#popup.on{
  display: block;
}
#popup{
  display: none;
}
#popup a{
  position: absolute;
  left: 50%; top: 346px;
  transform:translateX(-50%);
  width: 204px;
  height: 38px;
}
.prj_modal{
  position: fixed;
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%);
  width : calc(100% - 40px);
  max-width : 480px;
  aspect-ratio: 480px / 540px;
  z-index : 10000000;
}

#popup-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.25rem;
  height: 60px;
  background: #fff;
  overflow: hidden;
}

#popup-footer .label {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 700;
  padding-top: 0;
  min-width: 8.125rem;
}

#popup-footer .label::before {
  display: inline-block;
  margin-right: 0.375rem;
  content: '';
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: url(../images/icons/ico_check.svg) no-repeat center / cover;
}

#popup-footer input[type='checkbox']:checked + .label::before {
  background: url(../images/icons/ico_checked.svg) no-repeat center / cover;
}
#popup-footer .close_btn{
  width: 18px;
  height: 18px;
  margin-right: 4.5px;
  background: url(../images/icons/ico_close_bold.svg) no-repeat center / cover;
  z-index: 2;
}
#popup-btn-wrap {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #popup {
    width: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #popup a{
    top: 66%;
    width: 42%;
    height: 8%;
  }

  #popup .popup-swiper-pagination  {
    bottom: 17px;
  }
  #popup-footer {
    height: 40px;
  }

  #popup .close_btn {
    width: 14px;
    height: 14px;
  }

  #popup-footer .label{
    font-size: 12px;
  }
  #popup-footer .label::before {
    width: 24px;
    height: 24px;
  }
}



.sec_content{
  position: relative;
  width : 100%;
  height: max-content;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
.sec_content::-webkit-scrollbar{
  display:none;
}
.sec_content .bg{
  z-index : 0;
  width : 100%;
  height: 100%;;
}
.sec_content img.cabinet{
  display:block;
  width : 100%;
  height: 100%;
  min-height: 100vh;
  aspect-ratio:16/9;
  object-fit: cover;
  object-position: top;
  -webkit-user-drag: none;
}
.sec_content .bg img.deco{
  position:absolute;
  height: auto;
}
.sec_content .bg img.sticker1{
  top: 180px;
  left: 390px;
  width : 106px;
}
.sec_content .bg img.sticker2{
  top: 244px;
  right : 565px;
  width : 116px;
}
.sec_content .bg img.sticker3{
  bottom: 197px;
  left: 199px;
  width : 423px;
}
.sec_content .bg img.sticker4{
  bottom: 290px;
  right : 64px;
  width : 555px;
}
.sec_content .arti_intro{
  position: absolute;
  top: 0;
  left: 0;
  width : 100%;
  min-height: 100vh;
  height: max-content;
}
.sec_content .logo_anim{
  position: absolute;
  top: 280px;
  left: 50%;
  transform: translateX(-50%);
  width : 760px;
}
.sec_content .logo_anim .base{
  width : 100%;
  height: 100%;
}
.sec_content .logo_anim #txt1{
  position:absolute;
  left:-16px;
  bottom: 17px;
}
.sec_content .logo_anim #txt2{
  position:absolute;
  right: 32px;
  bottom: 43px;
}
.sec_content .logo{
  position:absolute;
  right: 81px;
  bottom: 81px;
  width : 254px;
}
.sec_content .share_btn{
  position:absolute;
  top: 90px;
  right: 70px;
  z-index : 10;
}
.sec_content .share_btn button{
  position: relative;
  z-index : 2;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 10px solid #fff;
  background-color: var(--point2);
  filter: drop-shadow(0 4.223px 4.223px rgba(0, 0, 0, 0.25));
}
.sec_content .share_btn img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width : calc(100% - 1.25rem);
  height: calc(100% - 1.25rem);
}
.sec_content .share_btn p{
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) scale(0.5);
  opacity: .8;
  z-index : 0;
  width : 106px;
  height: 32px;
  padding-top: 7px;
  border-radius:10px;
  background-color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  color: var(--point1);
  transition: transform .3s ease-in-out, opacity .3s ease-in-out, bottom .3s ease-in-out;
}
.sec_content .share_btn:hover p{
  transform: translateX(-50%) scale(1);
  opacity: 1;
  bottom: -50px;
}
.sec_content .share_btn p i{
  display : block;
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  content: "";
  width : 29px;
  height: 26px;
  background: url("../images/icons/ico_bubble_tail_w.svg") no-repeat center / cover;
}
.sec_content .share_btn p span{
  position : relative;
  z-index : 2;
}
.sec_content .deco_memo_paper{
  position: absolute;
  left: 70px;
  bottom: 70px;
  z-index : 5;
  width : calc(282 / 1920 * 100%);
}
.sec_content .deco_memo_paper p{
  position: absolute;
  top: 56px;
  left: 32px;
  transform: rotate(-5.3deg);
  width : calc(100% - 70px);
  font-size: 30px;
  font-weight: 700;
  -webkit-text-stroke: 1px #000;
}
.sec_content .arti_intro .wv_link_btn{
  position:absolute;
  top: 756px;
  left: 50%;
  transform-origin: left top;
}
.sec_content .arti_intro .wv_link_btn .link{
  font-size: 53px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  color: #fff;
  width : max-content;
  height: max-content;
  letter-spacing: -0.05em;
  padding: 4px 20px;
  vertical-align: middle;
  border-radius: 10px;
  background-color: var(--point2);
  box-shadow: 0 5.178px 11.002px 0 rgba(0, 0, 0, 0.25);
  transition: background-color .15s ease-in-out, color .15s ease-in-out;
}
.sec_content .arti_intro .wv_link_btn .link:hover{
  color: var(--point2);
  background-color: #fff;
}

.step .arti_cont{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width : calc(100% - 120px);
  max-width: 1800px;
  /* height: calc(100% - 94px); */
  height: max-content;
  min-height: max-content;
  aspect-ratio: 1800 / 950;
}
.step .arti_cont .bg{
  position : relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width : 100%;
  height: 100%;
  max-width: 1800px;
}
.step .arti_cont .bg_paper{
  height: auto;
  min-height: inherit;
  aspect-ratio: inherit;
}
.step .arti_cont .common_cont{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width : 100%;
  aspect-ratio: 1800/950;
}
.step.step1 .arti_cont .common_cont{
}
.step .arti_cont h1.step_logo{
  position: absolute;
  top: 4%;
  left: 2.7778%;
  width : 254px;
  width : 14.1112%;
  height: max-content;
  z-index : 15;
}
.step .arti_cont h2{
  position: absolute;
  right : 2%;
  bottom: 3.58%;
  width : 254px;
}
.step .arti_cont .back_btn{
  position: absolute;
  left: 2%;
  bottom: 3.58%;
  z-index : 50;
  background: #FFF;
  border-radius: 4px;
  outline: 4px solid var(--point1);
  padding: 4px 12px;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  font-family: "Wanted Sans Variable";
  color: var(--point1);
  box-shadow: 0 4.355px 4.355px 0 rgba(0, 0, 0, 0);
  transition: outline .2s ease-in-out, background-color .2s ease-in-out, color .2s ease-in-out, opacity .2s ease-in-out, visibility .2s ease-in-out, box-shadow .2s ease-in-out;
}
.step .arti_cont .back_btn:hover{
  background-color: var(--point1);
  color: var(--white1);
  outline: 4px solid var(--white1);
  box-shadow: 0 4.355px 4.355px 0 rgba(0, 0, 0, 0.25);
}
.step .sticker_g{
  position : absolute;
  top: 5.053%; right: 0;
  width : 9%;
  height: 35.264%;
}
.step .sticker_g img{
  position: absolute;
  right: -50%;
  top: -50%';
}
.step .sticker_g .deco_sticker1{
  top: 3%; right: calc(100% - 39.51%);
  width : 39.51%;
  height: auto;
}
.step .sticker_g .deco_sticker2{
  top: 51%; right: -20%;
  width : 48.15%;
}
.step .sticker_g .deco_sticker3{
  top: 75%; right : 18%;
  width : 62.346%;
}
.step .tape{
  position: absolute;
  z-index : 10;
  width : 21px;
  height:73px;
  background: rgba(217, 217, 217, 0.10);
  box-shadow: 0 1.173px 4.691px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(1.7591441869735718px);
}
.step .tape:nth-of-type(1){
  top: -20px;
  transform: rotate(45deg);
}
.step .tape:nth-of-type(2){
  top: -26px;
  right : 0;
  transform: rotate(123deg);
}
.step .tape:nth-of-type(3){
  bottom: -20px;
  transform: rotate(-56deg);
}
.step .tape:nth-of-type(4){
  bottom: -16px;
  right : 0;
  transform: rotate(-135deg);
}
.step .pagination_step{
  display : flex;
  align-items: center;
  gap: 14px;
  position: absolute;
  left: 50%;
  bottom: 2.8%;
  transform: translateX(-50%);
}
.step .pagination_step span{
  min-width : 0.7292vw;
  min-height: 0.7292vw;
  border-radius: 50%;
  background-color: var(--white1);
  border: 1.4px solid var(--point1);
}
.step .pagination_step span.active{
  background-color:var(--point1);
}

.step .cont{
  display : flex;
  flex-direction: column;
  position : absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index : 10;
  --contW: 1500;
  width: 83.3333333%;
  height: 100%;
  aspect-ratio: 1500 / 950;
  padding-top: 5.4%;
}
.step .cont h3{
  position: relative;
  top: 0%;
  font-size: 35px;
  font-weight: 900;
}
.step.step3 .cont h3 + p{
  margin-top: 16px;
  font-size: 22px;
  font-weight: 400;
  line-height: 232%;
  color: #7f7f7f;
}

.photo_st{
  display : block;
  border: 9px solid #FFF;
  background: lightgray 50% / cover no-repeat;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.25);
}
.step .cont .rot1{
  transform: rotate(1deg);
}
.step .cont .rot2{
  transform: rotate(-1deg);
}

/* step1 */
.step1 .cont{
  opacity: 0;
  visibility : hidden;
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
}
.step1.show .cont{
  opacity: 1;
  visibility : visible;
}
.step1 .cont .swiper{
  overflow: visible;
}
.step1 .cont ul{
  display: grid;
  grid-template-columns: repeat(2, max-content);
  justify-content: center;
  gap: 45px 30px;
  margin: 104px auto 0;
  width : max-content;
  height: max-content;
}
.step1 .cont ul li{
  position : relative;
  width : 450px;
  height: auto;
  /* aspect-ratio: 450 / 254; */
  opacity: 0;
  transition-duration: .5s;
  transition-property: top, right, bottom, left, opacity;
}
.step1 .cont ul li button{
  display : block;
  width : 100%;
  height: 100%;
}
.step1 .cont ul li img{
  width : 100%;
  height: 100%;
  object-fit: cover;
}

.step .cont ul li span{
  display : flex;
  justify-content: center;
  align-items: center;
  position : absolute;
  top: 0;
  left: 0;
  width : 100%;
  height: 100%;
  font-size: 30px;
  font-weight : 900;
  font-family: "Wanted Sans Variable";
  opacity: 0;
  transition: opacity .3s ease-in-out;
}
.step.step1 .cont ul li:nth-child(1){top: -20%;left: -20%;}
.step.step1 .cont ul li:nth-child(2){top: -20%;right : -20%;}
.step.step1 .cont ul li:nth-child(3){left: -20%;bottom: -20%;}
.step.step1 .cont ul li:nth-child(4){right: -20%;bottom: -20%;}
.step.step1 .cont ul.show li:nth-child(1){top: 0; left: 0; opacity: 1;}
.step.step1 .cont ul.show li:nth-child(2){top: 0; right : 0; opacity: 1;}
.step.step1 .cont ul.show li:nth-child(3){left: 0; bottom: 0; opacity: 1;}
.step.step1 .cont ul.show li:nth-child(4){right: 0; bottom: 0; opacity: 1;}
.step.step1 .cont ul li:nth-child(1) span{background-color: #F4E2AC}
.step.step1 .cont ul li:nth-child(2) span{background-color: #A2D9A0}
.step.step1 .cont ul li:nth-child(3) span{background-color: #91B6FF}
.step.step1 .cont ul li:nth-child(4) span{background-color: #FFD5D5}
.step.step1 .cont ul li:hover span{opacity: 1;}
/* step1 END */


/* step2 */
.step2 .cont{
  opacity: 0;
  transition: opacity .25s ease-in-out;
  padding-top: 104px;
}
.step2.show .cont{
  opacity: 1;
}
.step2 .wrap{
  margin-top: 10%;
  gap: 40px;
}
.step2 .wrap .img_box{
  transform: rotate(2deg);
  width : calc(585 / var(--contW) * 100%);
  height: auto;
  height: max-content;
}
.step2 .wrap .img_box img{
}
.step2 .wrap .txt_box{
  max-width : calc(636 / var(--contW) * 100%);
  width : calc(636 / var(--contW) * 100%);
  margin-top: 10px;
  letter-spacing: -0.1em;
}
.step2 .wrap .txt_box .txt1{
  font-size: 25px;
  text-align: center;
  line-height: 210%;
}
.step2 .wrap .txt_box .txt1 span{
  font-weight: 700;
}
.step2 .wrap .txt_box .txt2{
  margin-top: 70px;
  text-align: center;
  font-size: 18px;
  color: #7F7F7F;
}
.next_step_btn_st{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 110px;
  transform: translateX(-50%);
  width: 144px;
  height: 48px;
  border-radius: 10px;
  background-color : var(--point2);
  font-size: 30px;
  font-weight: 700;
  color :#fff;
  box-shadow: 0 5.178px 11.002px 0 rgba(0, 0, 0, 0.25);
  transition: background-color .2s ease-in-out, color .2s ease-in-out;
}
.next_step_btn_st:hover{
  background-color: var(--white1);
  color: var(--point2);
}
/* step2 END */

/* Step3 */
.step3 .cont{
  transition: opacity .25s ease-in-out;
  padding-top: 104px;
}
.step3 .cont{
  visibility: hidden;
  opacity: 0;
  transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
  padding-top: 104px;
}
.step3.show .cont{
  opacity: 1;
  visibility: visible;
}
.step.step3 .cont h3{
  font-weight: 400;
}
.step.step3 .cont h3 span{
  font-weight: 900;
}
.second .step.step3 .cont h3 span{
  background: url("../images/drawing/second/drawing1-3.svg") no-repeat left calc(100% - -0.4168vw);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-size: auto 1.125vw;
}
.step3 .cont .swiper-container{
  position : relative;
  width : 100%;
  height: 400px;
  margin-top : 70px;
  overflow: visible;
  --cardClr1: #F4E2AC;
  --cardClr2: #A2D9A0;
  --cardClr3: #91B6FF;
  --cardClr4: #FFD5D5;
}
.step3 .cont .swiper-wrapper{
  justify-content: center;
  top: 0;
  height: 400px;
}
.step3 .cont .swiper-slide{
  width : max-content;
}
.step3 .cont .swiper-slide:not(.st):not(:last-child){
  margin-right : 44px;
}
.step3 .cont .swiper-slide.clr0{background-color : transparent;}
.step3 .cont .swiper-slide.clr1{background-color : var(--cardClr1);}
.step3 .cont .swiper-slide.clr2{background-color : var(--cardClr2);}
.step3 .cont .swiper-slide.clr3{background-color : var(--cardClr3);}
.step3 .cont .swiper-slide.clr4{background-color : var(--cardClr4);}

.step3 .cont .swiper-slide.st2{
  height: max-content;
}
.step3 .cont .swiper-slide.st2 a{
  width : 432px;
  height: 236px;
  padding: 30px 40px;
}
.step3 .cont .swiper-slide.st2 p{
  font-size: 25px;
  font-weight:700;
  line-height: 140%;
  text-align: center;
}
.step3 .cont .swiper-slide .img_box{
  position : relative;
  margin-bottom: 33px;
  width : 450px;
  height: auto;
  top: 0;
  transition: top .2s ease-in-out;
}
.step3 .cont .swiper-slide:hover .img_box{
  top: -30px;
}
.step3 .cont .swiper-slide .txt_box p{
  font-size: 22px;
  font-weight: 400;
  line-height: 232%;
  color: #7f7f7f;
  transition: text-shadow 0.3s ease;
}
.step3 .cont .swiper-slide:hover .txt_box p{
  text-shadow:
          .5px 0 currentColor,
          -.5px 0 currentColor,
          0 .5px currentColor,
          0 -.5px currentColor;
}
.step3 .cont .next_step_btn_st{
  margin-top: 66px;
}
/* step3 END */

/* step4 */
.step4 .arti_content .back_btn.wv_link_btn{display : none;}
.step4 .arti_content .back_btn.wv_link_btn.show{display : block;}
.step4 .step4_back_btn{display : none;}
.step4 .step4_back_btn.show{display : block;}

.step4-1 .cont{
  visibility: hidden;
  opacity: 0;
  transition: opacity .25s ease-in-out;
  padding-top: 104px;
}
.step4-1.show .cont{
  opacity: 1;
  visibility : visible;
}
.step4 .cont .step4-1 h3{
  position : absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  font-size: 55px;
  font-weight: 900;
  line-height: 140%;
  text-align: center;
}

.step4 .form_progress{
  display : flex;
  justify-content: center;
  width : 900px;
  height: 8px;
  margin : 0 auto;
  opacity: 0;
  visibility : hidden;
  transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
}
.step4 .form_progress.show{
  opacity: 1;
  visibility : visible;
}
.step4 .form_progress i{
  display : block;
  width : 100%;
  height: 100%;
  background-color: #e8e8e8;
  transition: background-color .25s ease-in;
}
.step4 .form_progress i.on{
  background-color:var(--point2);
}
.step4 .cont{
  visibility: hidden;
  opacity: 0;
  transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
  padding-top: 204px;
}
.step4.show .cont{
  opacity: 1;
  visibility: visible;
}
.step4 .form_step{
  position : absolute;
  left: 50%;
  top: 0;
  width : 100%;
  height: 100%;
  transform: translateX(-50%);
  overflow-y: scroll;
  opacity: 0;
  visibility : hidden;
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
}
.step4 .form_step.on{
  opacity: 1;
  visibility : visible;
}
.step4 .form_step::-webkit-scrollbar{
  display : none;
}
.step4 .cont .txt{
  margin-top: 272px;
  min-height: 122px;
}
.step4 .cont .txt h4{
  margin-bottom: 8px;
  font-size: 35px;
  font-weight: 700;
}
.step4 .cont .txt p{
  font-size: 22px;
  font-weight: 400;
  line-height : 140%;
  color: #7f7f7f;
  text-align: center;
}
.step4 .cont .ipt_col{
  margin-top : 46px;
  gap: 35px;
}
.step4 .cont .ipt_col input[type="checkbox"],
.step4 .cont .ipt_col input[type="radio"]{
  position : absolute;
  overflow: hidden;
  width : 0;
  height: 0;
}
.step4 .cont .ipt_col .wv_modal_btn,
.step4 .cont .ipt_col input[type="checkbox"] + label,
.step4 .cont .ipt_col input[type="radio"] + label{
  padding: 6px 20px 6px;
  border-radius: 10px;
  font-size: 35px;
  font-weight: 700;
  line-height: 140%;
  background-color: #ececec;
  transition: background .25s ease-in-out;
}
.step4 .cont .ipt_col .wv_modal_btn:hover,
.step4 .cont .ipt_col input[type="checkbox"] + label:hover,
.step4 .cont .ipt_col input[type="radio"] + label:hover{
  background-color: #D8D8D8;
}
.step4 .cont .ipt_col input[type="checkbox"]:checked + label,
.step4 .cont .ipt_col input[type="radio"]:checked + label{
  background-color: var(--point2);
}
.step4 .cont textarea{
  display : block;
  width : 900px;
  height: 150px;
  margin: 0 auto;
  resize: none;
  background-color: #ececec;
  border-radius: 10px;
  padding: 28px 40px;
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
  color: #7f7f7f;
  outline: none;
  font-family: "Wanted Sans Variable";
}
.step4 #pathOther{
  display : none;
  width: 110px;
  padding: 0 4px;
  font-size: 18px;
  outline: none;
  background: none;
  border-bottom: 2px solid var(--point2);
}
/* step4 END */

/* step5 */
.step5.sec_content .share_btn{
  top: 25px;
  right: 22px;
  z-index : 15;
}
.step5.sec_content img{
  aspect-ratio: auto;
  object-fit: fill;
}
.step5.sec_content .content_card:nth-child(2n+1) .img_box{
  transform: rotate(2deg);
}
.step5.sec_content .content_card:nth-child(2n+2) .img_box{
  transform: rotate(-2deg);
}
.step.step5 .arti_cont{
  background: #FFE6C1;
  box-shadow: 11px 11px 7.6px 0 rgba(0, 0, 0, 0.25), 3px 2px 7.7px 0 rgba(0, 0, 0, 0.25) inset;
}
.step5 .arti_cont h1{
  position: absolute;
  top: 4%;
  left: 2.7778%;
  z-index : 15;
  width: 254px;
  width: 14.1112%;
}
.step.step5 .cont{
  width : 100%;
  overflow-y: scroll;
}
.step.step5 .cont::-webkit-scrollbar{
  display:none;
}
.step.step5 .cont::after{
  display : block;
  position: sticky;
  bottom: 0; left: 0;
  content: "";
  width : 100%;
  min-height: 200px;
  background: linear-gradient(180deg, rgba(255, 230, 193, 0.00) 0%, #FFE6C1 100%);
}
.step5 .cont h3{
  width : max-content;
  margin: 0 auto;
  padding: 4px 20px 6px;
  font-size: 30px;
  font-weight: 700;
  line-height: 140%;
  color: var(--white1);
  border-radius: 10px;
  background: var(--point1);
  box-shadow: 0 5.178px 11.002px 0 rgba(0, 0, 0, 0.25);
}
.step5 .cont_list1{
  display : grid;
  justify-content: center;
  grid-template-columns: repeat(2, max-content);
  grid-gap: 60px 45px;
  margin-top : 46px;
}
.step5 .cont_list1 .content_card{
  width : 450px;
  height: auto;
}
.step5 .content_card .txt p{
  margin-top: 25px;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
}
.step5 .content_card .txt > div{
  margin-top : 15px;
  gap: 40px;
}
.step5 .content_card .count{
  display : flex;
  gap: 14px;
}
.step5 .content_card .count span{
  display: block;
  position : static;
  opacity: 1;
  font-size: 15px;
  font-weight: 600;
  color: #7f7f7f;
  min-width: max-content;
}
.step5 .cont_list1 .content_card a{
  display : flex;
  align-items: center;
  gap: 16px;
  font-size: 15px;
  color: #7f7f7f;
}
.step5 .cont_list1 .content_card a::before{
  display : block;
  content: "";
  width : 24px;
  height: 24px;
  background: url("../images/icons/ico_link.svg") no-repeat center / cover;
}
.step5 h3:not(:first-child){
  margin-top: 75px;
}
.step5 .cont_list2{
  margin-top:46px;
  justify-content: center;
  gap: 36px;
}
.step5 .cont_list2 .img_box img{
  width : 450px;
}
.step5 .cont_list3{
  display: grid;
  grid-template-columns: repeat(4, max-content);
  justify-content: center;
  grid-gap: 83px 49px;
  width : max-content;
  margin: 115px auto 0;
}
.step5 .cont_list3 li{
  position : relative;
  top: auto !important; left: auto !important; right: auto !important; bottom: auto !important;
  width : 300px;
  height: auto;
  aspect-ratio: 300/260;
}
.second  .step5 .cont_list3 li{
  height: 100%;
  aspect-ratio: auto;
}
.step5 .cont_list3 li:nth-child(3n+1){
  background: url("../images/visuals/postit1.png") no-repeat center / cover;
}
.step5 .cont_list3 li:nth-child(3n+2){
  background: url("../images/visuals/postit2.png") no-repeat center / cover;
}
.step5 .cont_list3 li:nth-child(3n+3){
  background: url("../images/visuals/postit3.png") no-repeat center / cover;
}
.step5 .cont ul.cont_list3 li span{
  top: -40px;
  left: 50%;
  transform: translateX(-50%) rotate(38deg);
  width : 32px;
  height: 78px;
  opacity: 1;
  background-color: rgba(217,217,217,0.1);
}
.step5 .cont ul.cont_list3 li p{
  font-size: 22px;
  font-weight: 600;
  line-height: 150%;
  padding: 58px 20px;
}
.step5 .next_step_btn_st{
  position: static;
  margin: 80px auto 0;
  transform: none;
}
.step5 .arti_cont h2{
  z-index : 15;
}
.step5 .memo_user_wrap{
  position: absolute;
  left: 74px;
  bottom: 52px;
  z-index : 15;
  width : 230px;
  height: 130px;
}
.step5 .memo_user_wrap p{
  position: absolute;
  top: 30px;
  left: 35px;
  font-size: 32px;
  font-weight: 600;
  color: var(--point1);
  transform: rotate(4deg);
}
.step5 .memo_user_wrap span{
  background: url("../images/drawing/memo_user_drawing.svg") no-repeat left calc(100% - -8px);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-size: auto 18px;
}
.second .step5 .memo_user_wrap span{
  background: url("../images/drawing/second/memo_user_drawing.svg") no-repeat left calc(100% - -8px);
  background-size: auto 18px;
}
/* step5 END */

.step4 .step4-5.form_step{
  top: auto;
  height: calc(100% - 370px);
  bottom: 64px;
}
.step4 .cont .step4-5 .txt{
  margin-top: 0;
}
.step4 .step4-5.form_step .content{
  position : relative;
  width : 100%;
  height: 100%;
}
.step4 .step4-5.form_step .scr_wrap{
  width : calc(100% - 40px);
  max-width : 900px;
  margin: 0 auto;
  padding: 30px 0 0;
}
.step4 .step4-5.form_step .scr_wrap::after{
  display : block;
  position: sticky;
  bottom: -2px; left: 0;
  content: "";
  width : 100%;
  height: 38px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
}
.step4 .step4-5.form_step .content .scr_wrap > img{
  width : 300px;
  margin: 0 auto;
}
.step4 .step4-5.form_step .content .title{
  width : max-content;
  margin: 0 auto;
  padding: 4px 14px;
  border-radius: 10px;
  background-color: var(--point1);
  color: var(--white1);
  font-size: 30px;
  font-weight: 700;
  box-shadow: 0 3.883px 8.252px 0 rgba(0, 0, 0, 0.25);
}
.step4 .step4-5.form_step .content .txt{
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  color: #7f7f7f;
  text-align: center;
  margin-top: 10px;
}
.step4 .step4-5.form_step .content .txt.underline{
  text-decoration: underline;
  margin-bottom : 70px;
}
.step4 .step4-5.form_step .content .scr_wrap .txt{
  height: max-content;
  min-height: max-content;
}
.step4 .step4-5.form_step .content .ipt_col{
  margin-top: 80px;
}
.step4 .step4-5.form_step .content .ipt_col.md_mt_0{
  margin-top: 0;
}
.step4 .step4-5.form_step .content .label{
  padding: 5px 14px;
  font-size: 25px;
  font-weight: 700;
}
.step4 .step4-5.form_step .content .label1{
  min-width : 184px;
  margin-right: 25px;
}
.step4 .step4-5.form_step .ipt1{
  width : 300px;
  height: 47px;
  padding: 2px 10px;
  border-radius: 10px;
  font-size: 18px;
  background-color: #ececec;
  outline: none;
}
.step4 .step4-5.form_step .terms_label{
  display : flex;
  justify-content: center;
  text-align : center;
  font-size: 22px;
  font-weight: 400;
  color: #7f7f7f;
  line-height: 140%;
}
.step4 .step4-5.form_step .terms_label i{
  display : block;
  min-width : 30px;
  min-height: 30px;
  margin-right : 14px;
  border: 1px solid #7f7f7f;
  transition: background-color .1s ease-in-out;
}
.step4 .step4-5.form_step .terms_label button{
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: underline;
}
.step4 .step4-5.form_step input:checked + .terms_label i{
  background-color: var(--point1);
}
.step4 .step4-5.form_step #terms{
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease-in-out;
}
.step4 .step4-5.form_step #terms.on{
  max-height: 30000px;
}
.step4 .step4-5.form_step .terms_box{
  margin-bottom: 56px;
  padding: 32px 27px;
  background-color: #E8E8E8;
  border-radius: 10px;
  color: #7F7F7F;
}
.step4 .step4-5.form_step .next_step_btn_st{
  position: static;
  transform: none;
  margin: 80px auto 10px;
}
.step4 .step4-5.form_step .terms_box strong{
  display : block;
  margin-bottom: 24px;
  font-size: 22px;
}
.step4 .step4-5.form_step .terms_box p{
  font-size: 22px;
  line-height: 140%;
}
.step4 .step4-5.form_step table{
  margin: 42px 0;
  border-collapse: collapse;
}
.step4 .step4-5.form_step table td,
.step4 .step4-5.form_step table th{
  border-top: 1px solid #7f7f7f;
  border-bottom: 1px solid #7f7f7f;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
  color: #7f7f7f;
  text-align: left;
  padding: 12px 0;
}
.step4 .step4-5.form_step table td{
  border: none;
  font-weight: 400;
}
.step4 .step4-5.form_step table:not(:first-child) td{
  border-bottom: 1px solid #7f7f7f;
  padding-right: 20px;
}
.step4 .step4-5.form_step table:not(:first-child) .p{
  padding: 12px 20px;
}
.step4 .step4-5.form_step .chk_wrap input[type=radio]{
  position : absolute;
  width : 0;
  height: 0;
  overflow: hidden;
}
.step4 .step4-5.form_step .chk_wrap input[type=radio] + label{
  padding: 4px 20px;
  border-radius: 10px;
  background-color: #ECECEC;
  font-size: 25px;
  font-weight: 600;
  transition: background-color .2s ease-in-out;
}
.step4 .step4-5.form_step .chk_wrap input[type=radio] + label:hover{
  background-color: #D8D8D8;
}
.step4 .step4-5.form_step .chk_wrap input[type=radio]:checked + label{
  background-color: var(--point2);
}
.step4 .step4-5.form_step .rating{
  direction: rtl;
  width : max-content;
  margin: 0 auto;
}
.step4 .step4-5.form_step .rating input{
  position : absolute;
  width : 0; height: 0;
  overflow : hidden;
}
.step4 .step4-5.form_step .rating label {
  display: inline-block;
  font-size: 44px;
  line-height: 49px;
  height: 49px;
  padding: 0 2px;
  color :#ECECEC;
  transition: color .2s ease-in-out;
}
.step4 .step4-5.form_step .rating input:checked ~ label {
  color: var(--point2);
}
.step4 .step4-5.form_step .rating label:hover,
.step4 .step4-5.form_step .rating label:hover ~ label {
  color: var(--point2);
}
.step4 .step4-5.form_step textarea{
  border-radius: 10px;
  background-color: #ECECEC;
  padding: 30px 40px;
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
  font-family: "Wanted Sans Variable";
  width : 100%;
  height: 160px;
  resize: none;
  outline: none;
}
.dim{
  position : fixed;
  top: 0; left: 0;
  width : 100%;
  height: 100%;
  background-color : rgba(0,0,0,0.8);
  opacity: 0;
  visibility : hidden;
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
}
.dim.active{
  opacity: 1;
  visibility : visible;
}

/* Modal */
#youtubeModal{
  display: flex;
  justify-content: center;
  align-items: center;
  width : 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
}
#youtubeModal .close_modal{
  position: absolute;
  top: 60px;
  right: 60px;
  width : 60px;
  height: 60px;
  background: url("../images/icons/ico_close_w.svg") no-repeat center / cover;
}
#youtubeModal .content{
  max-width : 1280px;
  width: calc(100% - 40px);
  height: auto;
  aspect-ratio: 16/9;
}
#youtubeModal .content iframe{
  width : 100%;
  height: 100%;
}
/* Modal END  */


/* drawing  */
.d{ position:relative; }
.d::after{
  content: "";
  position:absolute;
  bottom:-6px;
  pointer-events:none;
  z-index:-1;
  background-size: cover;
  background-repeat: no-repeat;
}
.d.d1-1::after{
  left:-10px;
  width:417px;
  height:17px;
  background-image: url("../images/drawing/drawing1-1.svg");
}
.second .d.d1-1::after{
  display : none;
}
.second .d.d1-1{
  background: url("../images/drawing/second/drawing1-3.svg") no-repeat left calc(100% - -0.4168vw);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-size: auto 1.125vw;
}
.d.d1-2::after{
  bottom: -14px;
  left: 0;
  width: 100%;
  height: 30px;
  background-image: url("../images/drawing/drawing1-2.svg");
}
.d.d1-3::after{
  left :-56px;
  bottom: -2px;
  width:908px;
  height:18px;
  background-image: url("../images/drawing/drawing1-3.svg");
}

.d.d2-1::after{
  left:-30px;
  width:618px;
  height:17px;
  background-image: url("../images/drawing/drawing2-1.svg");
}
.d.d2-2{
  background: url("../images/drawing/drawing2-2.svg") no-repeat left calc(100% - -0.4168vw);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-size: auto 1.125vw;
}
.d.d2-2::after{
  display : none;
  /* left:-30px; */
  /* width:347px; */
  /* height:25px; */
  /* background-image: url("../images/drawing/drawing2-2.svg"); */
}
.d.d2-3::after{
  left:-10px;
  width:288px;
  height:18px;
  background-image: url("../images/drawing/drawing2-3.svg");
}
.d.d2-4::after{
  left:-30px;
  width:420px;
  height:18px;
  background-image: url("../images/drawing/drawing2-4.svg");
}
.d.d3-1::after{
  left:-40px;
  width:547px;
  height:17px;
  background-image: url("../images/drawing/drawing3-1.svg");
}
.d.d3-2::after{
  left:-40px;
  width:576px;
  height:18px;
  background-image: url("../images/drawing/drawing3-2.svg");
}
.d.d3-3::after{
  left:-40px;
  width:559px;
  height:18px;
  background-image: url("../images/drawing/drawing3-3.svg");
}

.d.d4-1::after{
  left:26px;
  width:362px;
  height:18px;
  background-image: url("../images/drawing/drawing4-1.svg");
}
.d.d4-2::after{
  left:-20px;
  width:540px;
  height:18px;
  background-image: url("../images/drawing/drawing4-1.svg");
}
.d.d4-3::after{
  left:-10px;
  width:438px;
  height:18px;
  background-image: url("../images/drawing/drawing4-3.svg");
}
.d.d5-1::after{
  left: -34px;
  top: -20px;
  width : 155px;
  height: 110px;
  background-image: url("../images/drawing/drawing5-1.svg");
}
.d.d5-2::after{
  left: -40px;
  bottom: 6px;
  width : 485px;
  height: 17px;
  background-image: url("../images/drawing/drawing5-2.svg");
}
.second .d.d5-1::after{
  left: -34px;
  top: -34px;
  width : 155px;
  height: 110px;
  background-image: url("../images/drawing/second/drawing5-1.svg");
}
.second .d.d5-2::after{
  left: -40px;
  bottom: 6px;
  width : 485px;
  height: 17px;
  background-image: url("../images/drawing/second/drawing5-2.svg");
}
/* drawing  END */

@media all and (max-width: 1920px){
  .sec_content{
    position: relative;
    width : 100%;
    height: max-content;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .sec_content::-webkit-scrollbar{
    display:none;
  }
  .sec_content .bg{
    z-index : 0;
    width : 100%;
    height: 100%;;
  }
  .sec_content img.cabinet{
    display:block;
    width : 100%;
    height: 100%;
    min-height: 100vh;
    aspect-ratio:16/9;
    object-fit: cover;
    object-position: top;
    -webkit-user-drag: none;
  }
  .sec_content .bg img.deco{
    position:absolute;
    height: auto;
  }
  .sec_content .bg img.sticker1{
    top: 9.3750vw;
    left: 20.3125vw;
    width : 5.5208vw;
  }
  .sec_content .bg img.sticker2{
    top: 12.7083vw;
    right : 29.4271vw;
    width : 6.0417vw;
  }
  .sec_content .bg img.sticker3{
    bottom: 10.2604vw;
    left: 10.3646vw;
    width : 22.0313vw;
  }
  .sec_content .bg img.sticker4{
    bottom: 15.1042vw;
    right : 3.3333vw;
    width : 28.9063vw;
  }
  .sec_content .arti_intro{
    position: absolute;
    top: 0;
    left: 0;
    width : 100%;
    min-height: 100vh;
    height: max-content;
  }
  .sec_content .logo_anim{
    position: absolute;
    top: 14.5833vw;
    left: 50%;
    transform: translateX(-50%);
    width : 39.5833vw;
  }
  .sec_content .logo_anim .base{
    width : 100%;
    height: 100%;
  }
  .sec_content .logo_anim #txt1{
    position:absolute;
    left:-0.8333vw;
    bottom: 0.8854vw;
  }
  .sec_content .logo_anim #txt2{
    position:absolute;
    right: 1.6667vw;
    bottom: 2.2396vw;
  }
  .sec_content .logo{
    position:absolute;
    right: 4.2188vw;
    bottom: 4.2188vw;
    width : 13.2292vw;
  }
  .sec_content .share_btn{
    position:absolute;
    top: 4.6875vw;
    right: 3.6458vw;
    z-index : 10;
  }
  .sec_content .share_btn button{
    position: relative;
    z-index : 2;
    width: 6.2500vw;
    height: 6.2500vw;
    border-radius: 50%;
    border: 0.5208vw solid #fff;
    background-color: var(--point2);
    filter: drop-shadow(0 0.2199vw 0.2199vw rgba(0, 0, 0, 0.25));
  }
  .sec_content .share_btn img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width : calc(100% - 1.25rem);
    height: calc(100% - 1.25rem);
  }
  .sec_content .share_btn p{
    position: absolute;
    bottom: 1.0417vw;
    left: 50%;
    transform: translateX(-50%) scale(0.5);
    opacity: .8;
    z-index : 0;
    width : 5.5208vw;
    height: 1.6667vw;
    padding-top: 0.1563vw;
    border-radius:0.5208vw;
    background-color: #fff;
    text-align: center;
    font-size: 0.8854vw;
    font-weight: 700;
    color: var(--point1);
    transition: transform .3s ease-in-out, opacity .3s ease-in-out, bottom .3s ease-in-out;
  }
  .sec_content .share_btn:hover p{
    transform: translateX(-50%) scale(1);
    opacity: 1;
    bottom: -2.6042vw;
  }
  .sec_content .share_btn p i{
    display : block;
    position: absolute;
    left: 50%;
    bottom: 0.7292vw;
    transform: translateX(-50%);
    content: "";
    width : 1.5104vw;
    height: 1.3542vw;
    background: url("../images/icons/ico_bubble_tail_w.svg") no-repeat center / cover;
  }
  .sec_content .share_btn p span{
    position : relative;
    z-index : 2;
  }
  .sec_content .deco_memo_paper{
    position: absolute;
    left: 3.6458vw;
    bottom: 3.6458vw;
    z-index : 5;
    width : calc(282 / 1920 * 100%);
  }
  .sec_content .deco_memo_paper p{
    position: absolute;
    top: 2.9167vw;
    left: 1.6667vw;
    transform: rotate(-5.3deg);
    width : calc(100% - 3.6458vw);
    font-size: 1.5625vw;
    font-weight: 700;
    -webkit-text-stroke: 0.0521vw #000;
  }
  .sec_content .arti_intro .wv_link_btn{
    top: 39.3750vw;
  }
  .sec_content .arti_intro .wv_link_btn .link{
    font-size: 2.7604vw;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    color: #fff;
    width : max-content;
    height: max-content;
    letter-spacing: -0.05em;
    padding: 0.2083vw 1.0417vw;
    vertical-align: middle;
    border-radius: 0.5208vw;
    background-color: var(--point2);
    box-shadow: 0 0.2697vw 0.5730vw 0 rgba(0, 0, 0, 0.25);
    transition: background-color .15s ease-in-out, color .15s ease-in-out;
  }
  .sec_content .arti_intro .wv_link_btn .link:hover{
    color: var(--point2);
    background-color: #fff;
  }

  .step .arti_cont{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width : calc(100% - 6.2500vw);
    max-width: 93.7500vw;
    /* height: calc(100% - 4.8958vw); */
    height: max-content;
    min-height: max-content;
    aspect-ratio: 1800 / 950;
  }
  .step .arti_cont .bg{
    position : relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width : 100%;
    height: 100%;
    max-width: 93.7500vw;
  }
  .step .arti_cont .bg_paper{
    height: auto;
    min-height: inherit;
    aspect-ratio: inherit;
  }
  .step .arti_cont .common_cont{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width : 100%;
    aspect-ratio: 1800/950;
  }
  .step.step1 .arti_cont .common_cont{
  }
  .step .arti_cont h1.step_logo{
    position: absolute;
    top: 4%;
    left: 2.7778%;
    width : 13.2292vw;
    width : 14.1112%;
  }
  .step .arti_cont h2{
    position: absolute;
    right : 2%;
    bottom: 3.58%;
    width : 13.2292vw;;
  }
  .step .arti_cont .back_btn{
    position: absolute;
    left: 2%;
    bottom: 3.58%;
    z-index : 50;
    background: #FFF;
    border-radius: 0.2083vw;
    outline: 0.2083vw solid var(--point1);
    padding: 0.2083vw 0.6250vw;
    font-size: 1.2500vw;
    line-height: 1;
    font-weight: 700;
    font-family: "Wanted Sans Variable";
    color: var(--point1);
    box-shadow: 0 0.2268vw 0.2268vw 0 rgba(0, 0, 0, 0);
    transition: outline .2s ease-in-out, background-color .2s ease-in-out, color .2s ease-in-out, opacity .2s ease-in-out, visibility .2s ease-in-out, box-shadow .2s ease-in-out;
  }
  .step .arti_cont .back_btn:hover{
    background-color: var(--point1);
    color: var(--white1);
    outline: 0.2083vw solid var(--white1);
    box-shadow: 0 0.2268vw 0.2268vw 0 rgba(0, 0, 0, 0.25);
  }
  .step .sticker_g{
    position : absolute;
    top: 5.053%; right: 0;
    width : 9%;
    height: 35.264%;
  }
  .step .sticker_g img{
    position: absolute;
    right: -50%;
    top: -50%';
  }
  .step .sticker_g .deco_sticker1{
    top: 3%; right: calc(100% - 39.51%);
    width : 39.51%;
    height: auto;
  }
  .step .sticker_g .deco_sticker2{
    top: 51%; right: -20%;
    width : 48.15%;
  }
  .step .sticker_g .deco_sticker3{
    top: 75%; right : 18%;
    width : 62.346%;
  }
  .step .tape{
    position: absolute;
    z-index : 10;
    width : 1.0938vw;
    height:3.8021vw;
    background: rgba(217, 217, 217, 0.10);
    box-shadow: 0 0.0611vw 0.2443vw 0 rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(0.0916vw);
  }
  .step .tape:nth-of-type(1){
    top: -1.0417vw;
    transform: rotate(45deg);
  }
  .step .tape:nth-of-type(2){
    top: -1.3542vw;
    right : 0;
    transform: rotate(123deg);
  }
  .step .tape:nth-of-type(3){
    bottom: -1.0417vw;
    transform: rotate(-56deg);
  }
  .step .tape:nth-of-type(4){
    bottom: -0.8333vw;
    right : 0;
    transform: rotate(-135deg);
  }
  .step .pagination_step{
    display : flex;
    align-items: center;
    gap: 0.7292vw;
    position: absolute;
    left: 50%;
    bottom: 2.8%;
    transform: translateX(-50%);
  }
  .step .pagination_step span{
    min-width : 0.7292vw;
    min-height: 0.7292vw;
    border-radius: 50%;
    background-color: var(--white1);
    border: 0.0729vw solid var(--point1);
  }
  .step .pagination_step span.active{
    background-color:var(--point1);
  }

  .step .cont{
    display : flex;
    flex-direction: column;
    position : absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index : 10;
    --contW: 1500;
    width: 83.3333333%;
    height: 100%;
    aspect-ratio: 1500 / 950;
    padding-top: 5.4%;
  }
  .step .cont h3{
    position: relative;
    top: 0%;
    font-size: 1.8229vw;
    font-weight: 900;
  }
  .step.step3 .cont h3 + p{
    margin-top: 0.8333vw;
    font-size: 1.1458vw;
    font-weight: 400;
    line-height: 232%;
    color: #7f7f7f;
  }

  .photo_st{
    display : block;
    border: 0.4688vw solid #FFF;
    background: lightgray 50% / cover no-repeat;
    box-shadow: 0 0.3125vw 0.3125vw 0 rgba(0, 0, 0, 0.25);
  }
  .step .cont .rot1{
    transform: rotate(1deg);
  }
  .step .cont .rot2{
    transform: rotate(-1deg);
  }

  /* step1 */
  .step1 .cont{
    opacity: 0;
    visibility : hidden;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
  }
  .step1.show .cont{
    opacity: 1;
    visibility : visible;
  }
  .step1 .cont ul{
    display: grid;
    grid-template-columns: repeat(2, max-content);
    justify-content: center;
    gap: 2.3438vw 1.5625vw;
    margin: 5.4167vw auto 0;
    width : max-content;
    height: max-content;
    width : 100%;
    height: auto;
  }
  .step1 .cont ul li{
    position : relative;
    width : 23.4375vw;
    height: auto;
    /* aspect-ratio: 450 / 254; */
    opacity: 0;
    transition-duration: .5s;
    transition-property: top, right, bottom, left, opacity;
  }
  .step1 .cont ul li button{
    display : block;
    width : 100%;
    height: 100%;
  }
  .step1 .cont ul li img{
    width : 100%;
    height: 100%;
    object-fit: cover;
  }

  .step .cont ul li span{
    display : flex;
    justify-content: center;
    align-items: center;
    position : absolute;
    top: 0;
    left: 0;
    width : 100%;
    height: 100%;
    font-size: 1.5625vw;
    font-weight : 900;
    font-family: "Wanted Sans Variable";
    opacity: 0;
    transition: opacity .3s ease-in-out;
  }
  .step.step1 .cont ul li:nth-child(1){top: -20%;left: -20%;}
  .step.step1 .cont ul li:nth-child(2){top: -20%;right : -20%;}
  .step.step1 .cont ul li:nth-child(3){left: -20%;bottom: -20%;}
  .step.step1 .cont ul li:nth-child(4){right: -20%;bottom: -20%;}
  .step.step1 .cont ul.show li:nth-child(1){top: 0; left: 0; opacity: 1;}
  .step.step1 .cont ul.show li:nth-child(2){top: 0; right : 0; opacity: 1;}
  .step.step1 .cont ul.show li:nth-child(3){left: 0; bottom: 0; opacity: 1;}
  .step.step1 .cont ul.show li:nth-child(4){right: 0; bottom: 0; opacity: 1;}
  .step.step1 .cont ul li:nth-child(1) span{background-color: #F4E2AC}
  .step.step1 .cont ul li:nth-child(2) span{background-color: #A2D9A0}
  .step.step1 .cont ul li:nth-child(3) span{background-color: #91B6FF}
  .step.step1 .cont ul li:nth-child(4) span{background-color: #FFD5D5}
  .step.step1 .cont ul li:hover span{opacity: 1;}
  /* step1 END */


  /* step2 */
  .step2 .cont{
    opacity: 0;
    transition: opacity .25s ease-in-out;
    padding-top: 5.4167vw;
  }
  .step2.show .cont{
    opacity: 1;
  }
  .step2 .wrap{
    margin-top: 10%;
    gap: 2.0833vw;
  }
  .step2 .wrap .img_box{
    transform: rotate(2deg);
    width : calc(585 / var(--contW) * 100%);
    height: auto;
    height: max-content;
  }
  .step2 .wrap .img_box img{
  }
  .step2 .wrap .txt_box{
    max-width : calc(636 / var(--contW) * 100%);
    width : calc(636 / var(--contW) * 100%);
    margin-top: 0.5208vw;
    letter-spacing: -0.1em;
  }
  .step2 .wrap .txt_box .txt1{
    font-size: 1.3021vw;
    text-align: center;
    line-height: 210%;
  }
  .step2 .wrap .txt_box .txt1 span{
    font-weight: 700;
  }
  .step2 .wrap .txt_box .txt2{
    margin-top: 3.6458vw;
    text-align: center;
    font-size: 0.9375vw;
    color: #7F7F7F;
  }
  .next_step_btn_st{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 5.7292vw;
    transform: translateX(-50%);
    width: 7.5000vw;
    height: 2.5000vw;
    border-radius: 0.5208vw;
    background-color : var(--point2);
    font-size: 1.5625vw;
    font-weight: 700;
    color :#fff;
    box-shadow: 0 0.2697vw 0.5730vw 0 rgba(0, 0, 0, 0.25);
    transition: background-color .2s ease-in-out, color .2s ease-in-out;
  }
  .next_step_btn_st:hover{
    background-color: var(--white1);
    color: var(--point2);
  }
  /* step2 END */

  /* Step3 */
  .step3 .cont{
    transition: opacity .25s ease-in-out;
    padding-top: 5.4167vw;
  }
  .step3 .cont{
    visibility: hidden;
    opacity: 0;
    transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
    padding-top: 5.4167vw;
  }
  .step3.show .cont{
    opacity: 1;
    visibility: visible;
  }
  .step.step3 .cont h3{
    font-weight: 400;
  }
  .step.step3 .cont h3 span{
    font-weight: 900;
  }
  .step3 .cont .swiper-container{
    position : relative;
    width : 100%;
    height: 20.8333vw;
    margin-top : 3.6458vw;
    overflow: visible;
    --cardClr1: #F4E2AC;
    --cardClr2: #A2D9A0;
    --cardClr3: #91B6FF;
    --cardClr4: #FFD5D5;
  }
  .step3 .cont .swiper-wrapper{
    justify-content: center;
    top: 0;
    height: 20.8333vw;
  }
  .step3 .cont .swiper-slide{
    width : max-content;
  }
  .step3 .cont .swiper-slide:not(.st):not(:last-child){
    margin-right : 2.2917vw;
  }
  .step3 .cont .swiper-slide.clr1{background-color : var(--cardClr1);}
  .step3 .cont .swiper-slide.clr2{background-color : var(--cardClr2);}
  .step3 .cont .swiper-slide.clr3{background-color : var(--cardClr3);}
  .step3 .cont .swiper-slide.clr4{background-color : var(--cardClr4);}

  .step3 .cont .swiper-slide.st2{
    height: max-content;
  }
  .step3 .cont .swiper-slide.st2 a{
    width : 22.5000vw;
    height: 12.2917vw;
    padding: 1.5625vw 2.0833vw;
  }
  .step3 .cont .swiper-slide.st2 p{
    font-size: 1.3021vw;
    font-weight:700;
    line-height: 140%;
    text-align: center;
  }
  .step3 .cont .swiper-slide .img_box{
    position : relative;
    margin-bottom: 1.7188vw;
    width : 23.4375vw;
    height: auto;
    top: 0;
    transition: top .2s ease-in-out;
  }
  .step3 .cont .swiper-slide:hover .img_box{
    top: -1.5625vw;
  }
  .step3 .cont .swiper-slide .txt_box p{
    font-size: 1.1458vw;
    font-weight: 400;
    line-height: 232%;
    color: #7f7f7f;
    transition: text-shadow 0.3s ease;
  }
  .step3 .cont .swiper-slide:hover .txt_box p{
    text-shadow:
            0.0260vw 0 currentColor,
            -0.0260vw 0 currentColor,
            0 0.0260vw currentColor,
            0 -0.0260vw currentColor;
  }
  .step3 .cont .next_step_btn_st{
    margin-top: 3.4375vw;
  }
  /* step3 END */

  /* step4 */
  .step4 .arti_content .back_btn.wv_link_btn{display : none;}
  .step4 .arti_content .back_btn.wv_link_btn.show{display : block;}
  .step4 .step4_back_btn{display : none;}
  .step4 .step4_back_btn.show{display : block;}

  .step4-1 .cont{
    visibility: hidden;
    opacity: 0;
    transition: opacity .25s ease-in-out;
    padding-top: 5.4167vw;
  }
  .step4-1.show .cont{
    opacity: 1;
    visibility : visible;
  }
  .step4 .cont .step4-1 h3{
    position : absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    font-size: 2.8646vw;
    font-weight: 900;
    line-height: 140%;
    text-align: center;
  }

  .step4 .form_progress{
    display : flex;
    justify-content: center;
    width : 46.8750vw;
    height: 0.4167vw;
    margin : 0 auto;
    opacity: 0;
    visibility : hidden;
    transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
  }
  .step4 .form_progress.show{
    opacity: 1;
    visibility : visible;
  }
  .step4 .form_progress i{
    display : block;
    width : 100%;
    height: 100%;
    background-color: #e8e8e8;
    transition: background-color .25s ease-in;
  }
  .step4 .form_progress i.on{
    background-color:var(--point2);
  }
  .step4 .cont{
    visibility: hidden;
    opacity: 0;
    transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
    padding-top: 10.6250vw;
  }
  .step4.show .cont{
    opacity: 1;
    visibility: visible;
  }
  .step4 .form_step{
    position : absolute;
    left: 50%;
    top: 0;
    width : 100%;
    height: 100%;
    transform: translateX(-50%);
    overflow-y: scroll;
    opacity: 0;
    visibility : hidden;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
  }
  .step4 .form_step.on{
    opacity: 1;
    visibility : visible;
  }
  .step4 .form_step::-webkit-scrollbar{
    display : none;
  }
  .step4 .cont .txt{
    margin-top: 14.1667vw;
    min-height: 6.3542vw;
  }
  .step4 .cont .txt h4{
    margin-bottom: 0.4167vw;
    font-size: 1.8229vw;
    font-weight: 700;
  }
  .step4 .cont .txt p{
    font-size: 1.1458vw;
    font-weight: 400;
    line-height : 140%;
    color: #7f7f7f;
    text-align: center;
  }
  .step4 .cont .ipt_col{
    margin-top : 2.3958vw;
    gap: 1.8229vw;
  }
  .step4 .cont .ipt_col input[type="checkbox"],
  .step4 .cont .ipt_col input[type="radio"]{
    position : absolute;
    overflow: hidden;
    width : 0;
    height: 0;
  }
  .step4 .cont .ipt_col .wv_modal_btn,
  .step4 .cont .ipt_col input[type="checkbox"] + label,
  .step4 .cont .ipt_col input[type="radio"] + label{
    padding: 0.3125vw 1.0417vw 0.3125vw;
    border-radius: 0.5208vw;
    font-size: 1.8229vw;
    font-weight: 700;
    line-height: 140%;
    background-color: #ececec;
    transition: background .25s ease-in-out;
  }
  .step4 .cont .ipt_col .wv_modal_btn:hover,
  .step4 .cont .ipt_col input[type="checkbox"] + label:hover,
  .step4 .cont .ipt_col input[type="radio"] + label:hover{
    background-color: #D8D8D8;
  }
  .step4 .cont .ipt_col input[type="checkbox"]:checked + label,
  .step4 .cont .ipt_col input[type="radio"]:checked + label{
    background-color: var(--point2);
  }
  .step4 .cont textarea{
    display : block;
    width : 46.8750vw;
    height: 7.8125vw;
    margin: 0 auto;
    resize: none;
    background-color: #ececec;
    border-radius: 0.5208vw;
    padding: 1.4583vw 2.0833vw;
    font-size: 1.1458vw;
    font-weight: 400;
    line-height: 140%;
    color: #7f7f7f;
    outline: none;
    font-family: "Wanted Sans Variable";
  }
  .step4 #pathOther{
    display : none;
    width: 5.7292vw;
    padding: 0 0.2083vw;
    font-size: 0.9375vw;
    outline: none;
    background: none;
    border-bottom: 0.1042vw solid var(--point2);
  }
  /* step4 END */

  /* step5 */
  .step5.sec_content .share_btn{
    top: 1.3021vw;
    right: 1.1458vw;
    z-index : 15;
  }
  .step5.sec_content img{
    aspect-ratio: auto;
    object-fit: fill;
  }
  .step5.sec_content .content_card:nth-child(2n+1) .img_box{
    transform: rotate(2deg);
  }
  .step5.sec_content .content_card:nth-child(2n+2) .img_box{
    transform: rotate(-2deg);
  }
  .step.step5 .arti_cont{
    background: #FFE6C1;
    box-shadow: 0.5729vw 0.5729vw 0.3958vw 0 rgba(0, 0, 0, 0.25), 0.1563vw 0.1042vw 0.4010vw 0 rgba(0, 0, 0, 0.25) inset;
  }
  .step5 .arti_cont h1{
    position: absolute;
    top: 4%;
    left: 2.7778%;
    z-index : 15;
    width: 13.2292vw;
    width: 14.1112%;
  }
  .step.step5 .cont{
    width : 100%;
    overflow-y: scroll;
  }
  .step.step5 .cont::-webkit-scrollbar{
    display:none;
  }
  .step.step5 .cont::after{
    display : block;
    position: sticky;
    bottom: 0; left: 0;
    content: "";
    width : 100%;
    min-height: 10.4167vw;
    background: linear-gradient(180deg, rgba(255, 230, 193, 0.00) 0%, #FFE6C1 100%);
  }
  .step5 .cont h3{
    width : max-content;
    margin: 0 auto;
    padding: 0.2083vw 1.0417vw 0.3125vw;
    font-size: 1.5625vw;
    font-weight: 700;
    line-height: 140%;
    color: var(--white1);
    border-radius: 0.5208vw;
    background: var(--point1);
    box-shadow: 0 0.2697vw 0.5730vw 0 rgba(0, 0, 0, 0.25);
  }
  .step5 .cont_list1{
    display : grid;
    justify-content: center;
    grid-template-columns: repeat(2, max-content);
    grid-gap: 3.1250vw 2.3438vw;
    margin-top : 2.3958vw;
  }
  .step5 .cont_list1 .content_card{
    width : 23.4375vw;
    height: auto;
  }
  .step5 .content_card .txt p{
    margin-top: 1.3021vw;
    font-size: 1.1458vw;
    font-weight: 700;
    line-height: 140%;
    text-align: center;
  }
  .step5 .content_card .txt > div{
    margin-top : 0.7813vw;
    gap: 2.0833vw;
  }
  .step5 .content_card .count{
    display : flex;
    gap: 0.7292vw;
  }
  .step5 .content_card .count span{
    position : static;
    opacity: 1;
    font-size: 0.7813vw;
    font-weight: 600;
    color: #7f7f7f;
  }
  .step5 .cont_list1 .content_card a{
    display : flex;
    align-items: center;
    gap: 0.8333vw;
    font-size: 0.7813vw;
    color: #7f7f7f;
  }
  .step5 .cont_list1 .content_card a::before{
    display : block;
    content: "";
    width : 1.2500vw;
    height: 1.2500vw;
    background: url("../images/icons/ico_link.svg") no-repeat center / cover;
  }
  .step5 h3:not(:first-child){
    margin-top: 3.9063vw;
  }
  .step5 .cont_list2{
    margin-top:2.3958vw;
    justify-content: center;
    gap: 1.8750vw;
  }
  .step5 .cont_list2 .img_box img{
    width : 23.4375vw;
  }
  .step5 .cont_list3{
    display: grid;
    grid-template-columns: repeat(4, max-content);
    justify-content: center;
    grid-gap: 4.3229vw 2.5521vw;
    width : max-content;
    margin: 5.9896vw auto 0;
  }
  .step5 .cont_list3 li{
    position : relative;
    top: auto !important; left: auto !important; right: auto !important; bottom: auto !important;
    width : 15.6250vw;
    height: auto;
    aspect-ratio: 300/260;
  }
  .second .step5 .cont_list3 li{
    height: 100%;
    aspect-ratio: auto;
  }
  .step5 .cont_list3 li:nth-child(3n+1){
    background: url("../images/visuals/postit1.png") no-repeat center / cover;
  }
  .step5 .cont_list3 li:nth-child(3n+2){
    background: url("../images/visuals/postit2.png") no-repeat center / cover;
  }
  .step5 .cont_list3 li:nth-child(3n+3){
    background: url("../images/visuals/postit3.png") no-repeat center / cover;
  }
  .step5 .cont ul.cont_list3 li span{
    top: -2.0833vw;
    left: 50%;
    transform: translateX(-50%) rotate(38deg);
    width : 1.6667vw;
    height: 4.0625vw;
    opacity: 1;
    background-color: rgba(217,217,217,0.1);
  }
  .step5 .cont ul.cont_list3 li p{
    font-size: 1.1458vw;
    font-weight: 600;
    line-height: 150%;
    padding: 3.0208vw 1.0417vw;
  }
  .step5 .next_step_btn_st{
    position: static;
    margin: 4.1667vw auto 0;
    transform: none;
  }
  .step5 .arti_cont h2{
    z-index : 15;
  }
  .step5 .memo_user_wrap{
    position: absolute;
    left: 3.8542vw;
    bottom: 2.7083vw;
    z-index : 15;
    width : 11.9792vw;
    height: 6.7708vw;
  }
  .step5 .memo_user_wrap p{
    position: absolute;
    top: 1.5625vw;
    left: 1.8229vw;
    font-size: 1.6667vw;
    font-weight: 600;
    color: var(--point1);
    transform: rotate(4deg);
  }
  .step5 .memo_user_wrap span{
    background: url("../images/drawing/memo_user_drawing.svg") no-repeat left calc(100% - -0.4167vw);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-size: auto 0.9375vw;
  }
  /* step5 END */

  .step4 .step4-5.form_step{
    top: auto;
    height: calc(100% - 19.2708vw);
    bottom: 3.3333vw;
  }
  .step4 .cont .step4-5 .txt{
    margin-top: 0;
  }
  .step4 .step4-5.form_step .content{
    position : relative;
    width : 100%;
    height: 100%;
  }
  .step4 .step4-5.form_step .scr_wrap{
    width : calc(100% - 2.0833vw);
    max-width : 46.8750vw;
    margin: 0 auto;
    padding: 1.5625vw 0 0;
  }
  .step4 .step4-5.form_step .scr_wrap::after{
    display : block;
    position: sticky;
    bottom: -0.1042vw; left: 0;
    content: "";
    width : 100%;
    height: 1.9792vw;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
  }
  .step4 .step4-5.form_step .content .scr_wrap > img{
    width : 15.6250vw;
    margin: 0 auto;
  }
  .step4 .step4-5.form_step .content .title{
    width : max-content;
    margin: 0 auto;
    padding: 0.2083vw 0.7292vw;
    border-radius: 0.5208vw;
    background-color: var(--point1);
    color: var(--white1);
    font-size: 1.5625vw;
    font-weight: 700;
    box-shadow: 0 0.2022vw 0.4298vw 0 rgba(0, 0, 0, 0.25);
  }
  .step4 .step4-5.form_step .content .txt{
    font-size: 0.9375vw;
    font-weight: 500;
    line-height: 140%;
    color: #7f7f7f;
    text-align: center;
    margin-top: 0.5208vw;
  }
  .step4 .step4-5.form_step .content .txt.underline{
    text-decoration: underline;
    margin-bottom : 3.6458vw;
  }
  .step4 .step4-5.form_step .content .scr_wrap .txt{
    height: max-content;
    min-height: max-content;
  }
  .step4 .step4-5.form_step .content .ipt_col{
    margin-top: 4.1667vw;
  }
  .step4 .step4-5.form_step .content .ipt_col.md_mt_0{
    margin-top: 0;
  }
  .step4 .step4-5.form_step .content .label{
    padding: 0.2604vw 0.7292vw;
    font-size: 1.3021vw;
    font-weight: 700;
  }
  .step4 .step4-5.form_step .content .label1{
    min-width : 9.5833vw;
    margin-right: 1.3021vw;
  }
  .step4 .step4-5.form_step .ipt1{
    width : 15.6250vw;
    height: 2.4479vw;
    padding: 0.1042vw 0.5208vw;
    border-radius: 0.5208vw;
    font-size: 0.9375vw;
    background-color: #ececec;
    outline: none;
  }
  .step4 .step4-5.form_step .terms_label{
    display : flex;
    justify-content: center;
    text-align : center;
    font-size: 1.1458vw;
    font-weight: 400;
    color: #7f7f7f;
    line-height: 140%;
  }
  .step4 .step4-5.form_step .terms_label i{
    display : block;
    min-width : 1.5625vw;
    min-height: 1.5625vw;
    margin-right : 0.7292vw;
    border: 0.0521vw solid #7f7f7f;
    transition: background-color .1s ease-in-out;
  }
  .step4 .step4-5.form_step .terms_label button{
    font-size: 1.1458vw;
    font-weight: 400;
    line-height: 140%;
    text-decoration: underline;
  }
  .step4 .step4-5.form_step input:checked + .terms_label i{
    background-color: var(--point1);
  }
  .step4 .step4-5.form_step #terms{
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease-in-out;
  }
  .step4 .step4-5.form_step #terms.on{
    max-height: 1562.5000vw;
  }
  .step4 .step4-5.form_step .terms_box{
    margin-bottom: 2.9167vw;
    padding: 1.6667vw 1.4063vw;
    background-color: #E8E8E8;
    border-radius: 0.5208vw;
    color: #7F7F7F;
  }
  .step4 .step4-5.form_step .next_step_btn_st{
    position: static;
    transform: none;
    margin: 4.1667vw auto 0.5208vw;
  }
  .step4 .step4-5.form_step .terms_box strong{
    display : block;
    margin-bottom: 1.2500vw;
    font-size: 1.1458vw;
  }
  .step4 .step4-5.form_step .terms_box p{
    font-size: 1.1458vw;
    line-height: 140%;
  }
  .step4 .step4-5.form_step table{
    margin: 2.1875vw 0;
    border-collapse: collapse;
  }
  .step4 .step4-5.form_step table td,
  .step4 .step4-5.form_step table th{
    border-top: 0.0521vw solid #7f7f7f;
    border-bottom: 0.0521vw solid #7f7f7f;
    font-size: 1.1458vw;
    font-weight: 600;
    line-height: 140%;
    color: #7f7f7f;
    text-align: left;
    padding: 0.6250vw 0;
  }
  .step4 .step4-5.form_step table td{
    border: none;
    font-weight: 400;
  }
  .step4 .step4-5.form_step table:not(:first-child) td{
    border-bottom: 0.0521vw solid #7f7f7f;
    padding-right: 1.0417vw;
  }
  .step4 .step4-5.form_step table:not(:first-child) .p{
    padding: 0.6250vw 1.0417vw;
  }
  .step4 .step4-5.form_step .chk_wrap input[type=radio]{
    position : absolute;
    width : 0;
    height: 0;
    overflow: hidden;
  }
  .step4 .step4-5.form_step .chk_wrap input[type=radio] + label{
    padding: 0.2083vw 1.0417vw;
    border-radius: 0.5208vw;
    background-color: #ECECEC;
    font-size: 1.3021vw;
    font-weight: 600;
    transition: background-color .2s ease-in-out;
  }
  .step4 .step4-5.form_step .chk_wrap input[type=radio] + label:hover{
    background-color: #D8D8D8;
  }
  .step4 .step4-5.form_step .chk_wrap input[type=radio]:checked + label{
    background-color: var(--point2);
  }
  .step4 .step4-5.form_step .rating{
    direction: rtl;
    width : max-content;
    margin: 0 auto;
  }
  .step4 .step4-5.form_step .rating input{
    position : absolute;
    width : 0; height: 0;
    overflow : hidden;
  }
  .step4 .step4-5.form_step .rating label {
    display: inline-block;
    font-size: 2.2917vw;
    line-height: 2.5521vw;
    height: 2.5521vw;
    padding: 0 0.1042vw;
    color :#ECECEC;
    transition: color .2s ease-in-out;
  }
  .step4 .step4-5.form_step .rating input:checked ~ label {
    color: var(--point2);
  }
  .step4 .step4-5.form_step .rating label:hover,
  .step4 .step4-5.form_step .rating label:hover ~ label {
    color: var(--point2);
  }
  .step4 .step4-5.form_step textarea{
    border-radius: 0.5208vw;
    background-color: #ECECEC;
    padding: 1.5625vw 2.0833vw;
    font-size: 1.1458vw;
    font-weight: 400;
    line-height: 140%;
    font-family: "Wanted Sans Variable";
    width : 100%;
    height: 8.3333vw;
    resize: none;
    outline: none;
  }
  .dim{
    position : fixed;
    top: 0; left: 0;
    width : 100%;
    height: 100%;
    background-color : rgba(0,0,0,0.8);
    opacity: 0;
    visibility : hidden;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
  }
  .dim.active{
    opacity: 1;
    visibility : visible;
  }

  /* Modal */
  #youtubeModal{
    display: flex;
    justify-content: center;
    align-items: center;
    width : 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
  }
  #youtubeModal .close_modal{
    position: absolute;
    top: 3.1250vw;
    right: 3.1250vw;
    width : 3.1250vw;
    height: 3.1250vw;
    background: url("../images/icons/ico_close_w.svg") no-repeat center / cover;
  }
  #youtubeModal .content{
    max-width : 66.6667vw;
    width: calc(100% - 2.0833vw);
    height: auto;
    aspect-ratio: 16/9;
  }
  #youtubeModal .content iframe{
    width : 100%;
    height: 100%;
  }
  /* Modal END  */


  /* drawing  */
  .d{ position:relative; }
  .d::after{
    content: "";
    position:absolute;
    bottom:-0.3125vw;
    pointer-events:none;
    z-index:-1;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .d.d1-1::after{
    left:-0.5208vw;
    width:21.7188vw;
    height:0.8854vw;
    background-image: url("../images/drawing/drawing1-1.svg");
  }
  .d.d1-2::after{
    bottom: -0.7292vw;
    left: 0;
    width: 100%;
    height: 1.5625vw;
    background-image: url("../images/drawing/drawing1-2.svg");
  }
  .d.d1-3::after{
    left :-2.9167vw;
    bottom: -0.1042vw;
    width:47.2917vw;
    height:0.9375vw;
    background-image: url("../images/drawing/drawing1-3.svg");
  }

  .d.d2-1::after{
    left:-1.5625vw;
    width:32.1875vw;
    height:0.8854vw;
    background-image: url("../images/drawing/drawing2-1.svg");
  }
  .d.d2-2::after{
    /* left:-1.5625vw; */
    /* width:18.0729vw; */
    /* height:1.3021vw; */
    /* background-image: url("../images/drawing/drawing2-2.svg"); */
  }
  .d.d2-3::after{
    left:-0.5208vw;
    width:15.0000vw;
    height:0.9375vw;
    background-image: url("../images/drawing/drawing2-3.svg");
  }
  .d.d2-4::after{
    left:-1.5625vw;
    width:21.8750vw;
    height:0.9375vw;
    background-image: url("../images/drawing/drawing2-4.svg");
  }
  .d.d3-1::after{
    left:-2.0833vw;
    width:28.4896vw;
    height:0.8854vw;
    background-image: url("../images/drawing/drawing3-1.svg");
  }
  .d.d3-2::after{
    left:-2.0833vw;
    width:30.0000vw;
    height:0.9375vw;
    background-image: url("../images/drawing/drawing3-2.svg");
  }
  .d.d3-3::after{
    left:-2.0833vw;
    width:29.1146vw;
    height:0.9375vw;
    background-image: url("../images/drawing/drawing3-3.svg");
  }

  .d.d4-1::after{
    left:1.3542vw;
    width:18.8542vw;
    height:0.9375vw;
    background-image: url("../images/drawing/drawing4-1.svg");
  }
  .d.d4-2::after{
    left:-1.0417vw;
    width:28.1250vw;
    height:0.9375vw;
    background-image: url("../images/drawing/drawing4-1.svg");
  }
  .d.d4-3::after{
    left:-0.5208vw;
    width:22.8125vw;
    height:0.9375vw;
    background-image: url("../images/drawing/drawing4-3.svg");
  }
  .second .d.d5-1::after,
  .d.d5-1::after{
    left: -1.7708vw;
    top: -1.0417vw;
    width : 8.0729vw;
    height: 5.7292vw;
    background-image: url("../images/drawing/drawing5-1.svg");
  }
  .second .d.d5-1::after{
    top: -1.8vw;
    background-image: url("../images/drawing/second/drawing5-1.svg");
  }
  .second .d.d5-2::after,
  .d.d5-2::after{
    left: -2.0833vw;
    bottom: 0.3125vw;
    width : 25.2604vw;
    height: 0.8854vw;
    background-image: url("../images/drawing/drawing5-2.svg");
  }
  .second .d.d5-2::after{
    background-image: url("../images/drawing/second/drawing5-2.svg");
  }
  /* drawing  END */
}


@media all and (max-width: 768px){
  .second .step.step3 .cont h3 span{
    background: url("../images/drawing/second/drawing1-3.svg") no-repeat left calc(100% - -0.4168vw);
    background-size : auto 2.125vw;
  }
  .photo_st{
    border-width : 2px;
  }
  .sec_content .logo_anim{
    width : 300px;
    top: 220px;
  }
  .sec_content .arti_intro .wv_link_btn{
    top: 400px;
    transform: translateX(-50%) !important;
  }
  .sec_content .arti_intro .wv_link_btn .link{
    font-size: 24px;
    padding: 5px 20px;
    border-radius: 10px;
  }
  .sec_content .deco_memo_paper{
    width : calc(135 / 360 * 100%);
  }
  .sec_content .deco_memo_paper p{
    top: 44px;
    left: 21px;
    width: calc(100% - 76px);
    font-size: 18px;
  }
  .sec_content .logo{
    right : 45px;
    bottom: 67px;
    width : 154px;
  }
  .sec_content .share_btn button{
    width : 44px;
    height: 44px;
    border-width : 4px;
  }
  .sec_content .share_btn img{
    left: calc(50% - 2px);
    width : 28px;
    height: 28px;
  }
  .sec_content .share_btn p{
    font-size: 12px;
    bottom: -30px;
    opacity: 1;
    transform: translateX(-50%) scale(1);
    width : 55px;
    height: 19px;
  }
  .sec_content .share_btn:hover p{
    bottom: -30px;
  }
  .sec_content .share_btn p i{
    bottom: 13px;
    width: 14px;
    height: 14px;
    background-size: contain;
  }
  .sec_content .bg img.sticker1{
  top: 60px;
    left: 40px;
    width : 78px;
  }
  .sec_content .bg img.sticker2{
    right : 32px;
    top: 490px;
    width : 49px;
  }

  .sec_content img.cabinet{
    aspect-ratio: 330/750;
  }
  .step .arti_cont{
    width: calc(100% - 30px);
    aspect-ratio: 330 / 750;
    aspect-ratio: auto;
  }
  .step .arti_cont .bg{
    top: 0;
    transform: translateX(-50%);
  }
  .step .arti_cont .common_cont{
    aspect-ratio: 330 / 750;
  }
  .step .arti_cont .bg_paper{
    width : 100%;
    height: 100%;
  }
  .step .arti_cont .back_btn{
    top: 26px;
    left: 21px;
    height: max-content;
    bottom: auto;
    padding: 6px 9px 4px;
    outline: 3px var(--point1);
    font-size: 15px;
    border-radius: 5px;
  }
  .step .pagination_step{
    gap: 8px;
    top: 36px;
    bottom: auto !important;
  }
  .step .pagination_step span{
    min-width : 10px;
    min-height: 10px;
  }
  .step .arti_cont h2{
    width : 154px;
    right : 31px;
    bottom: 42px;
  }
  .step .arti_cont .back_btn{
    outline: 3px solid var(--point1);
  }
  .step .cont{
    top: 0;
    transform: translateX(-50%);
    padding-top: 87px;
    aspect-ratio: auto;
    width : 100%;
    height: 100%;
  }
  .step .cont h3{
    width : calc(100% - 30px);
    margin: 0 auto;
    font-size: 22px;
  }
  .step .cont ul li span{
    top: 100%;
    opacity: 1;
    background-color: transparent !important;
    font-size: 15px;
    padding-top: 21px;
    height: max-content;
  }
  .step .sticker_g{
    width : 57px;
    height: 72px;
    top: auto !important;
    bottom: 134px;
    right : 0;
  }
  .next_step_btn_st{
    bottom: 94px;
    width : 123px;
    height: 41px;
    font-size: 24px;
    border-radius: 10px;
  }
  .step1 .cont .swiper-container{
    position : absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 195px;
    margin-top: 0;
    padding-top: 0;
  }
  .step1 .cont ul{
    display : flex;
    justify-content: flex-start;
    gap: inherit;
    margin-top : 0;
  }
  .step.step1 .cont ul li{
    top: auto !important;
    left: auto !important;
    right : auto !important;
    bottom: auto !important;
    width : 200px;
  }

  .step2 .wrap{
    gap: 12px;
    margin-top: 40px;
  }
  .step2 .wrap .img_box{
    max-width : 300px;
    width : calc(100% - 24px);
  }
  .step2 .wrap .txt_box{
    max-width : 300px;
    width : calc(100% - 24px);
    letter-spacing: -0.05em;
  }
  .step2 .wrap .txt_box .txt1{
    font-size: 15px;
    line-height: 175%;
  }
  .step2 .wrap .txt_box .txt2{
    margin-top: 22px;
    font-size: 12px;
  }
  .step.step3 .cont h3,
  .step.step3 .cont h3 span{
    word-break: normal;
  }
  .step.step3 .cont h3 + p{
    margin-top : 16px;
    font-size: 12px;
    line-height: 175%;
  }
  .step3 .cont .swiper-container{
    position : absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 195px;
    margin-top: 0px;
    padding-top: 0px;
  }
  .step3 .cont .swiper-wrapper{
    width : 100%;
    height: 100%;
    justify-content: flex-start;
  }
  .step3 .cont .swiper-slide:not(.st):not(:last-child){
    margin-right : auto;
  }
  .step3 .cont .swiper-slide.md_mx_auto{
    margin: 0 auto;
  }
  .step3 .cont .swiper-slide.st2{
    width : 204px;
    height: 120px;
  }
  .step3 .cont .swiper-slide.st2 a{
    display : flex;
    justify-content: center;
    align-items: center;
    width : 100%;
    height: 100%;
    padding: 0;
    border-width: 3px;
  }
  .step3 .cont .swiper-slide.st2 p{
    font-size: 15px;
    line-height: 140%;
  }
  .step3 .cont .swiper-slide .img_box{
    width : 200px;
    margin: 0 auto 12px;
  }
  .step3 .cont .swiper-slide .txt_box p{
    font-size: 15px;
    line-height: 140%;
  }

  .step4 .cont .step4-1 h3{
    font-size: 22px;
  }
  .step4 .form_progress{
    width : 250px;
    height: 5px;
  }
  .step4 .cont .txt{
    min-height: max-content;
    margin-top: 132px;
    padding: 0 15px;
    letter-spacing: -0.05em;
  }
  .step4 .cont .txt h4{
    margin-bottom : 8px;
    font-size: 22px;
  }
  .step4 .cont .txt p{
    font-size: 12px;
  }
  .step4 .cont .ipt_col{
    margin-top: 32px;
    gap: 10px;
  }
  .step4 .cont .ipt_col .wv_modal_btn,
  .step4 .cont .ipt_col input[type="checkbox"] + label,
  .step4 .cont .ipt_col input[type="radio"] + label{
    width : max-content;
    padding: 6px 20px 8px;
    border-radius: 10px;
    font-size: 22px;
    letter-spacing: -0.068em;
  }
  .step4 .cont textarea{
    width : calc(100% - 30px);
    max-width: 300px;
    height: 180px;
    border-radius: 10px;
    font-size: 12px;
    padding: 18px 20px;
    margin-top: -16px;
  }
  .step4 #pathOther{
    width: 100px;
    padding: 0 6px;
    font-size: 16px;
    border-bottom: 2px solid var(--point2);
  }

  .step5 .common_cont{
  }
  .step.step5 .arti_cont{
    height: calc(100% - 50px);
    height: max-content;
  }
  .step.step5 .arti_cont .bg{
    aspect-ratio: 330 / 750;
  }
  .step5 .arti_cont h1{
    position: static;
    width : 280px;
    left: 0;
    transform: none;
    margin: 0 auto;
  }
  .step5 .cont h1 > img:first-child{
    width : 280px;
  }
  .step5 .cont h1 .txt{
    width : 150px;
    margin: 0 auto;
  }
  .step5 .cont h3{
    width : max-content;
    margin: 53px auto 0;
    border-radius: 10px;
    padding: 5px 20px;
    text-align: center;
  }
  .step5 .cont_list1{
    display : flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-top : 40px;
  }
  .step5 .cont_list1 .content_card{
    width : 300px;
  }
  .step5 .content_card .txt p{
    font-size: 15px;
    margin-top : 12px;
  }
  .step5 .content_card .txt > div{
    margin-top : 21px;
    gap: 40px;
  }
  .step5 .content_card .count{
    gap: 14px;
  }
  .step5 .content_card .count span{
    padding-top: 0;
    font-size: 15px;
  }
  .step5 .cont_list1 .content_card a{
    gap: 16px;
    font-size: 15px;
    font-weight: 700;
  }
  .step5 .cont_list1 .content_card a::before{
    width : 24px;
    height: 24px;
    transform: translateY(1px);
  }
  .step5 .cont_list2{
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
  }
  .step5 .cont_list2 .img_box img{
    width : 300px;
  }
  .step5 .cont_list3{
    display : flex;
    flex-direction: column;
    gap: 92px;
    margin-top : 92px;
  }
  .step5 .cont_list3 li{
    width : 300px;
  }
  .second .step5 .cont_list3 li{
    aspect-ratio: 300/260;
  }
  .step5 .cont ul.cont_list3 li p{
    height: 100%;
    font-size: 14px;
    padding: 53px 20px 30px;
    line-height: 175%;
  }
  .step5 .cont ul.cont_list3 li span{
    top: -40px;
    width : 32px;
    height: 77px;
    background: rgba(217, 217, 217, 0.10);
    box-shadow: 0 1.476px 5.902px 0 rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(2.2134172916412354px);
  }
  .step5 .next_step_btn_st{
    margin: 40px auto 0;
  }
  .step.step5 .cont::after{
    min-height: 150px;
    background: linear-gradient(180deg, rgba(255, 230, 193, 0.00) 0%, #FFE6C1 100%);
  }
  .step5.sec_content .share_btn{
    top: auto;
    bottom: 56px;
    right : 20px;
  }


  .step4 .step4-5.form_step{
    bottom: 20px;
    height: calc(100% - 132px);
  }
  .step4 .step4-5.form_step .scr_wrap{
    width : calc(100% - 30px);
    max-width: max-content;
  }
  .step4 .step4-5.form_step .content .title{
    font-size: 24px;
    padding: 4px 20px 6px;
    border-radius: 10px;
  }
  .step4 .step4-5.form_step .content .txt{
    margin-top : 39px;
    margin-bottom : 40px;
    font-size: 12px;
  }
  .step4 .step4-5.form_step .content .txt.underline{
    margin-top: 8px;
    margin-bottom : 40px;
  }
  .step4 .step4-5.form_step .ipt1{
    width : 50%;
    height: 43px;
    font-size: 15px;
    padding: 10px 14px;
  }
  .step4 .step4-5.form_step .terms_label{
    margin-top : 38px;
    font-size: 15px;
    text-align: left;
  }
  .step4 .step4-5.form_step .terms_label button{
    font-size: 15px;
  }
  .step4 .step4-5.form_step .terms_label i{
    min-width : 25px;
    min-height: 25px;
    height: 25px;
    margin-right: 12px;
  }
  .step4 .step4-5.form_step .content .label{
    font-size: 18px;
    min-width : 90px;
  }
  .step4 .step4-5.form_step .chk_wrap input[type=radio] + label{
    height: max-content;
    padding: 4px 20px 6px;
    border-radius: 10px;
    font-size: 18px;
  }
  .step4 .step4-5.form_step .rating label{
    font-size: 30px;
    line-height: 30px;
    height: 30px;
    padding: 0 4px;
  }
  .step4 .step4-5.form_step .content .label1{
    min-width : 50% !important;
    font-size: 18px;
    padding: 5px 0;
  }
  .step4 .step4-5.form_step textarea{
    height: 150px;
    margin-top: 32px;
    padding: 20px 10px;
    font-size: 15px;
    border-radius: 10px;
  }
  .step4 .step4-5.form_step .next_step_btn_st{
    margin: 55px auto 102px;
  }
  .step4 .step4-5.form_step .terms_box{
    margin-bottom: 0;
    padding: 20px 14px;
  }
  .step4 .step4-5.form_step .terms_box strong{
    font-size: 15px;
    margin-bottom: 14px;
  }
  .step4 .step4-5.form_step .terms_box p{
    font-size: 12px;
  }
  .step4 .step4-5.form_step table{
    margin: 20px 0;
  }
  .step4 .step4-5.form_step table td,
  .step4 .step4-5.form_step table th{
    font-size: 12px;
    padding: 6px 0;
  }
  .step4 .step4-5.form_step .scr_wrap{
    padding-top: 80px;
  }

  #youtubeModal .content{
    width : calc(100% - 30px);
    max-width: 100%;
  }
  #youtubeModal .close_modal{
    top: 20px;
    right: 20px;
    width : 24px;
    height: 24px;
  }


  /* drawing  */
  .d_m,
  .d{ position:relative; }
  .d_m::after,
  .d::after{
    content: "";
    position:absolute;
    bottom: 1px;
    pointer-events:none;
    z-index:-1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .d.d1-1::after{
    display : none;
  }
  .d.d1-1{
    background: url("../images/drawing/drawing1-1.svg") no-repeat center calc(100% - -2px);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-size: auto 10px;
  }
  .d.d1-2::after{
    display : none;
  }
  .d.d1-2{
    background: url("../images/drawing/drawing1-2.svg") no-repeat center calc(100% - -2px);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-size: auto 12px;
  }
  .d.d1-3::after{
    display : none;
  }
  .d.d1-3{
    background: url("../images/drawing/drawing1-3.svg") no-repeat left calc(100% - -2px);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-size: auto 10px;
  }

  .d.d2-1::after{
    display : none;
  }
  .d.d2-1{
    background: url("../images/drawing/drawing2-1.svg") no-repeat left calc(100% - -2px);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-size: auto 10px;
  }
  .d.d2-2::after{
    display : none;
  }
  .d.d2-2{
    background: url("../images/drawing/drawing2-2.svg") no-repeat left calc(100% - -2px);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-size: auto 10px;
  }
  .d.d2-3::after{
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 12px;
    background-image: url("../images/drawing/drawing2-3.svg");
  }
  .d.d2-4::after{
    display : none;
  }
  .d.d2-4{
    background: url("../images/drawing/drawing2-4.svg") no-repeat left calc(100% - -2px);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-size: auto 10px;
  }
  .d.d3-1::after{
    left: 0;
    width: 100%;
    height: 10px;
    background-image: url("../images/drawing/drawing3-1.svg");
  }
  .d.d3-2::after{
    display : none;
  }
  .d.d3-2{
    background: url("../images/drawing/drawing3-2.svg") no-repeat left calc(100% - -2px);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-size: auto 8px;
  }
  .d.d3-3::after{
    display : none;
  }
  .d.d3-3{
    background: url("../images/drawing/drawing3-3.svg") no-repeat left calc(100% - -2px);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-size: auto 8px;
  }

  .d.d4-1::after{
    display : none;
  }
  .d.d4-1{
    background: url("../images/drawing/drawing4-1.svg") no-repeat left calc(100% - -2px);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-size: auto 8px;
  }
  .d.d4-2::after{
    display : none;
  }
  .d.d4-2{
    background: url("../images/drawing/drawing4-2.svg") no-repeat left calc(100% - -2px);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-size: auto 8px;
  }
  .d.d4-3::after{
    display : none;
  }
  .d.d4-3{
    background: url("../images/drawing/drawing4-3.svg") no-repeat left calc(100% - -2px);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-size: auto 8px;
  }
  .d.d5-1::after{
    left: -12px;
    top: -9px;
    width: 65px;
    height: 45px;
    background-image: url("../images/drawing/drawing5-1.svg");
  }
  .d.d5-2::after{
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 8px;
    background-image: url("../images/drawing/drawing5-2.svg");
  }
  /* drawing  END */
}


@media all and (max-width: 768px){
  .photo_st{
    border-width : 0.5556vw;
  }
  .sec_content .logo_anim{
    width : 83.3333vw;
    top: 61.1111vw;
  }
  .sec_content .arti_intro .wv_link_btn{
    top: 111.1111vw;
    transform: translateX(-50%) !important;
  }
  .sec_content .arti_intro .wv_link_btn .link{
    display : block;
    width : max-content;
    font-size: 6.6667vw;
    padding: 1.3889vw 5.5556vw;
    border-radius: 2.7778vw;
  }
  .sec_content .deco_memo_paper{
    width : calc(135 / 360 * 100%);
  }
  .sec_content .deco_memo_paper p{
    top: 12.2222vw;
    left: 5.8333vw;
    width: calc(100% - 21.1111vw);
    font-size: 5.0000vw;
  }
  .sec_content .logo{
    right : 12.5000vw;
    bottom: 18.6111vw;
    width : 42.7778vw;
  }
  .sec_content .share_btn button{
    width : 12.2222vw;
    height: 12.2222vw;
    border-width : 1.1111vw;
  }
  .sec_content .share_btn img{
    left: calc(50% - 0.5556vw);
    width : 7.7778vw;
    height: 7.7778vw;
  }
  .sec_content .share_btn p{
    font-size: 3.3333vw;
    bottom: -8.3333vw;
    opacity: 1;
    transform: translateX(-50%) scale(1);
    width : 15.2778vw;
    height: 5.2778vw;
  }
  .sec_content .share_btn:hover p{
    bottom: -8.3333vw;
  }
  .sec_content .share_btn p i{
    bottom: 3.6111vw;
    width: 3.8889vw;
    height: 3.8889vw;
    background-size: contain;
  }
  .sec_content .bg img.sticker1{
    top: 16.6667vw;
    left: 11.1111vw;
    width : 21.6667vw;
  }
  .sec_content .bg img.sticker2{
    right : 8.8889vw;
    top: 136.1111vw;
    width : 13.6111vw;
  }

  .sec_content img.cabinet{
    aspect-ratio: 330/750;
  }
  .step .arti_cont{
    width: calc(100% - 8.3333vw);
    aspect-ratio: 330 / 750;
  }
  .step .arti_cont .bg{
    top: 0;
    transform: translateX(-50%);
    max-width : inherit;
  }
  .step .arti_cont .common_cont{
    aspect-ratio: 330 / 750;
  }
  .step .arti_cont .bg_paper{
    width : 100%;
    height: 100%;
  }
  .step .arti_cont .back_btn{
    top: 7.2222vw;
    left: 5.8333vw;
    height: max-content;
    bottom: auto;
    padding: 1.6667vw 2.5000vw 1.1111vw;
    outline: 0.8333vw var(--point1);
    font-size: 4.1667vw;
    border-radius: 1.3889vw;
  }
  .step .pagination_step{
    gap: 2.2222vw;
    top: 10.0000vw;
    bottom: auto !important;
  }
  .step .pagination_step span{
    min-width : 2.7778vw;
    min-height: 2.7778vw;
  }
  .step .arti_cont h2{
    width : 42.7778vw;;
    right : 8.6111vw;
    bottom: 11.6667vw;
  }
  .step .arti_cont .back_btn{
    outline: 0.8333vw solid var(--point1);
  }
  .step .cont{
    top: 0;
    transform: translateX(-50%);
    padding-top: 24.1667vw;
    aspect-ratio: auto;
    width : 100%;
    height: 100%;
  }
  .step .cont h3{
    width : calc(100% - 8.3333vw);
    margin: 0 auto;
    font-size: 6.1111vw;
  }
  .step .cont ul li span{
    top: 100%;
    opacity: 1;
    background-color: transparent !important;
    font-size: 4.1667vw;
    padding-top: 5.8333vw;
    height: max-content;
  }
  .step .sticker_g{
    width : 15.8333vw;
    height: 20.0000vw;
    top: auto !important;
    bottom: 37.2222vw;
    right : 0;
  }
  .next_step_btn_st{
    bottom: 26.1111vw;
    width : 34.1667vw;
    height: 11.3889vw;
    font-size: 6.6667vw;
    border-radius: 2.7778vw;
  }
  .step1 .cont .swiper-container{
    position : absolute;
    top: 50%;
    transform: translateY(-50%);
    width : 100%;
    height: 54.1667vw;
    margin-top: 0.0000vw;
    padding-top: 0.0000vw;
  }
  .step1 .cont ul{
    display : flex;
    gap: inherit;
    margin-top : 0;
    width : 100%;
    height: 100%;
  }
  .step.step1 .cont ul li{
    top: auto !important;
    left: auto !important;
    right : auto !important;
    bottom: auto !important;
    width : 55.5556vw;
    height: max-content;
  }
  .step.step1 .cont ul li{
    opacity: 1;
  }

  .step2 .wrap{
    gap: 3.3333vw;
    margin-top: 11.1111vw;
  }
  .step2 .wrap .img_box{
    max-width : 83.3333vw;
    width : calc(100% - 6.6667vw);
  }
  .step2 .wrap .txt_box{
    max-width : 83.3333vw;
    width : calc(100% - 6.6667vw);
    letter-spacing: -0.05em;
  }
  .step2 .wrap .txt_box .txt1{
    font-size: 4.1667vw;
    line-height: 175%;
  }
  .step2 .wrap .txt_box .txt2{
    margin-top: 6.1111vw;
    font-size: 3.3333vw;
  }
  .step.step3 .cont h3,
  .step.step3 .cont h3 span{
    word-break: normal;
  }
  .step.step3 .cont h3 + p{
    margin-top : 4.4444vw;
    font-size: 3.3333vw;
    line-height: 175%;
  }
  .step3 .cont .swiper-container{
    position : absolute;
    top: 50%;
    transform: translateY(-50%);
    width : 100%;
    height: 54.1667vw;
    margin-top: 0.0000vw;
    padding-top: 0.0000vw;
  }
  .step3 .cont .swiper-wrapper{
    width : 100%;
    height: 100%;
    justify-content: flex-start;
  }
  .step3 .cont .swiper-slide:not(.st):not(:last-child){
    margin-right : auto;
  }
  .step3 .cont .swiper-slide.md_mx_auto{
    margin: 0 auto;
  }
  .step3 .cont .swiper-slide.st2{
    width : 56.6667vw;
    height: 33.3333vw;
  }
  .step3 .cont .swiper-slide.st2 a{
    display : flex;
    justify-content: center;
    align-items: center;
    width : 100%;
    height: 100%;
    padding: 0;
    border-width: 0.8333vw;
  }
  .step3 .cont .swiper-slide.st2 p{
    font-size: 4.1667vw;
    line-height: 140%;
  }
  .step3 .cont .swiper-slide .img_box{
    width : 55.5556vw;
    margin: 0 auto 3.3333vw;
  }
  .step3 .cont .swiper-slide .txt_box p{
    font-size: 4.1667vw;
    line-height: 140%;
  }

  .step4 .cont .step4-1 h3{
    font-size: 6.1111vw;
  }
  .step4 .form_progress{
    width : 69.4444vw;
    height: 1.3889vw;
  }
  .step4 .cont .txt{
    min-height: max-content;
    margin-top: 36.6667vw;
    padding: 0 4.1667vw;
    letter-spacing: -0.05em;
  }
  .step4 .cont .txt h4{
    margin-bottom : 2.2222vw;
    font-size: 6.1111vw;
  }
  .step4 .cont .txt p{
    font-size: 3.3333vw;
  }
  .step4 .cont .ipt_col{
    margin-top: 8.8889vw;
    gap: 2.7778vw;
  }
  .step4 .cont .ipt_col .wv_modal_btn,
  .step4 .cont .ipt_col input[type="checkbox"] + label,
  .step4 .cont .ipt_col input[type="radio"] + label{
    width : max-content;
    padding: 1.6667vw 5.5556vw 2.2222vw;
    border-radius: 2.7778vw;
    font-size: 6.1111vw;
    letter-spacing: -0.068em;
  }
  .step4 .cont textarea{
    width : calc(100% - 8.3333vw);
    max-width: 83.3333vw;
    height: 50.0000vw;
    border-radius: 2.7778vw;
    font-size: 3.3333vw;
    padding: 5.0000vw 5.5556vw;
    margin-top: -4.4444vw;
  }
  .step4 #pathOther{
    width: 27.7778vw;
    padding: 0 1.6667vw;
    font-size: 4.4444vw;
    border-bottom: 0.5556vw solid var(--point2);
  }


  .step5 .common_cont{
  }
  .step.step5 .arti_cont{
    height: calc(100% - 13.8889vw);
    height: max-content;
  }
  .step.step5 .arti_cont .bg{
    display : block;
    aspect-ratio: 330 / 750;
    width : 330px;
    height: auto;
  }
  .step5 .arti_cont h1{
    position: static;
    width : 77.7778vw;
    left: 0;
    transform: none;
    margin: 0 auto;
  }
  .step5 .cont h1 > img:first-child{
    width : 77.7778vw;
  }
  .step5 .cont h1 .txt{
    width : 41.6667vw;
    margin: 0 auto;
  }
  .step5 .cont h3{
    width : max-content;
    margin: 14.7222vw auto 0;
    border-radius: 2.7778vw;
    padding: 1.3889vw 5.5556vw;
    text-align: center;
  }
  .step5 .cont_list1{
    display : flex;
    flex-direction: column;
    align-items: center;
    gap: 11.1111vw;
    margin-top : 11.1111vw;
  }
  .step5 .cont_list1 .content_card{
    width : 83.3333vw;
  }
  .step5 .content_card .txt p{
    font-size: 4.1667vw;
    margin-top : 3.3333vw;
  }
  .step5 .content_card .txt > div{
    margin-top : 5.8333vw;
    gap: 11.1111vw;
  }
  .step5 .content_card .count{
    gap: 3.8889vw;
  }
  .step5 .content_card .count span{
    padding-top: 0;
    font-size: 4.1667vw;
  }
  .step5 .cont_list1 .content_card a{
    gap: 4.4444vw;
    font-size: 4.1667vw;
    font-weight: 700;
  }
  .step5 .cont_list1 .content_card a::before{
    width : 6.6667vw;
    height: 6.6667vw;
    transform: translateY(0.2778vw);
  }
  .step5 .cont_list2{
    flex-direction: column;
    align-items: center;
    gap: 11.1111vw;
    margin-top: 11.1111vw;
  }
  .step5 .cont_list2 .img_box img{
    width : 83.3333vw;
  }
  .step5 .cont_list3{
    display : flex;
    flex-direction: column;
    gap: 25.5556vw;
    margin-top : 25.5556vw;
  }
  .step5 .cont_list3 li{
    width : 83.3333vw;
  }
  .step5 .cont ul.cont_list3 li p{
    height: max-content;
    font-size: 3.8889vw;
    padding: 14.7222vw 5.5556vw 8.3333vw;
    line-height: 175%;
  }
  .step5 .cont ul.cont_list3 li span{
    top: -11.1111vw;
    width : 8.8889vw;
    height: 21.3889vw;
    background: rgba(217, 217, 217, 0.10);
    box-shadow: 0 0.4100vw 1.6394vw 0 rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(0.6148vw);
  }
  .step5 .next_step_btn_st{
    margin: 11.1111vw auto 0;
  }
  .step.step5 .cont::after{
    min-height: 41.6667vw;
    background: linear-gradient(180deg, rgba(255, 230, 193, 0.00) 0%, #FFE6C1 100%);
  }
  .step5.sec_content .share_btn{
    top: auto;
    bottom: 15.5556vw;
    right : 5.5556vw;
  }


  .step4 .step4-5.form_step{
    bottom: 5.5556vw;
    height: calc(100% - 36.6667vw);
  }
  .step4 .step4-5.form_step .scr_wrap{
    width : calc(100% - 8.3333vw);
    max-width: max-content;
  }
  .step4 .step4-5.form_step .content .title{
    font-size: 6.6667vw;
    padding: 1.1111vw 5.5556vw 1.6667vw;
    border-radius: 2.7778vw;
  }
  .step4 .step4-5.form_step .content .txt{
    margin-top : 10.8333vw;
    margin-bottom : 11.1111vw;
    font-size: 3.3333vw;
  }
  .step4 .step4-5.form_step .content .txt.underline{
    margin-top: 2.2222vw;
    margin-bottom : 11.1111vw;
  }
  .step4 .step4-5.form_step .ipt1{
    width : 50%;
    height: 11.9444vw;
    font-size: 4.1667vw;
    padding: 2.7778vw 3.8889vw;
  }
  .step4 .step4-5.form_step .terms_label{
    margin-top : 10.5556vw;
    font-size: 4.1667vw;
    text-align: left;
  }
  .step4 .step4-5.form_step .terms_label button{
    font-size: 4.1667vw;
  }
  .step4 .step4-5.form_step .terms_label i{
    min-width : 6.9444vw;
    min-height: 6.9444vw;
    height: 6.9444vw;
    margin-right: 3.3333vw;
  }
  .step4 .step4-5.form_step .content .label{
    font-size: 5.0000vw;
    min-width : 25.0000vw;
  }
  .step4 .step4-5.form_step .chk_wrap input[type=radio] + label{
    height: max-content;
    padding: 1.1111vw 5.5556vw 1.6667vw;
    border-radius: 2.7778vw;
    font-size: 5.0000vw;
  }
  .step4 .step4-5.form_step .rating label{
    font-size: 8.3333vw;
    line-height: 8.3333vw;
    height: 8.3333vw;
    padding: 0 1.1111vw;
  }
  .step4 .step4-5.form_step .content .label1{
    min-width : 50% !important;
    font-size: 5.0000vw;
    padding: 1.3889vw 0;
  }
  .step4 .step4-5.form_step textarea{
    height: 41.6667vw;
    margin-top: 8.8889vw;
    padding: 5.5556vw 2.7778vw;
    font-size: 4.1667vw;
    border-radius: 2.7778vw;
  }
  .step4 .step4-5.form_step .next_step_btn_st{
    margin: 15.2778vw auto 28.3333vw;
  }
  .step4 .step4-5.form_step .terms_box{
    margin-bottom: 0;
    padding: 5.5556vw 3.8889vw;
  }
  .step4 .step4-5.form_step .terms_box strong{
    font-size: 4.1667vw;
    margin-bottom: 3.8889vw;
  }
  .step4 .step4-5.form_step .terms_box p{
    font-size: 3.3333vw;
  }
  .step4 .step4-5.form_step table{
    margin: 5.5556vw 0;
  }
  .step4 .step4-5.form_step table td,
  .step4 .step4-5.form_step table th{
    font-size: 3.3333vw;
    padding: 1.6667vw 0;
  }
  .step4 .step4-5.form_step .scr_wrap{
    padding-top: 22.2222vw;
  }

  #youtubeModal .content{
    width : calc(100% - 8.3333vw);
    max-width: 100%;
  }
  #youtubeModal .close_modal{
    top: 5.5556vw;
    right: 5.5556vw;
    width : 6.6667vw;
    height: 6.6667vw;
  }


  /* drawing  */
  .d_m,
  .d{ position:relative; }
  .d_m::after,
  .d::after{
    content: "";
    position:absolute;
    bottom: 0.2778vw;
    pointer-events:none;
    z-index:-1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .d.d1-1::after{
    display : none;
  }
  .d.d1-1{
    background: url("../images/drawing/drawing1-1.svg") no-repeat center calc(100% - -0.5556vw);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-size: auto 2.7778vw;
  }
  .d.d1-2::after{
    display : none;
  }
  .d.d1-2{
    background: url("../images/drawing/drawing1-2.svg") no-repeat center calc(100% - -0.5556vw);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-size: auto 3.3333vw;
  }
  .d.d1-3::after{
    display : none;
  }
  .d.d1-3{
    background: url("../images/drawing/drawing1-3.svg") no-repeat left calc(100% - -0.5556vw);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-size: auto 2.7778vw;
  }

  .d.d2-1::after{
    display : none;
  }
  .d.d2-1{
    background: url("../images/drawing/drawing2-1.svg") no-repeat left calc(100% - -0.5556vw);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-size: auto 2.7778vw;
  }
  .d.d2-2::after{
    display : none;
  }
  .d.d2-2{
    background: url("../images/drawing/drawing2-2.svg") no-repeat left calc(100% - -0.5556vw);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-size: auto 2.7778vw;
  }
  .d.d2-3::after{
    left: 0;
    bottom: -0.5556vw;
    width: 100%;
    height: 3.3333vw;
    background-image: url("../images/drawing/drawing2-3.svg");
  }
  .d.d2-4::after{
    display : none;
  }
  .d.d2-4{
    background: url("../images/drawing/drawing2-4.svg") no-repeat left calc(100% - -0.5556vw);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-size: auto 2.7778vw;
  }
  .d.d3-1::after{
    left: 0;
    width: 100%;
    height: 2.7778vw;
    background-image: url("../images/drawing/drawing3-1.svg");
  }
  .d.d3-2::after{
    display : none;
  }
  .d.d3-2{
    background: url("../images/drawing/drawing3-2.svg") no-repeat left calc(100% - -0.5556vw);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-size: auto 2.2222vw;
  }
  .d.d3-3::after{
    display : none;
  }
  .d.d3-3{
    background: url("../images/drawing/drawing3-3.svg") no-repeat left calc(100% - -0.5556vw);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-size: auto 2.2222vw;
  }

  .d.d4-1::after{
    display : none;
  }
  .d.d4-1{
    background: url("../images/drawing/drawing4-1.svg") no-repeat left calc(100% - -0.5556vw);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-size: auto 2.2222vw;
  }
  .d.d4-2::after{
    display : none;
  }
  .d.d4-2{
    background: url("../images/drawing/drawing4-2.svg") no-repeat left calc(100% - -0.5556vw);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-size: auto 2.2222vw;
  }
  .d.d4-3::after{
    display : none;
  }
  .d.d4-3{
    background: url("../images/drawing/drawing4-3.svg") no-repeat left calc(100% - -0.5556vw);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-size: auto 2.2222vw;
  }
  .second .d.d5-1::after,
  .d.d5-1::after{
    left: -3.3333vw;
    top: -2.5000vw;
    width: 18.0556vw;
    height: 12.5000vw;
    background-image: url("../images/drawing/drawing5-1.svg");
  }
  .second .d.d5-1::after{
    top: -3.5vw;
    background-image: url("../images/drawing/second/drawing5-1.svg");
  }

  .second .d.d5-2::after,
  .d.d5-2::after{
    left: 0;
    bottom: -0.5556vw;
    width: 100%;
    height: 2.2222vw;
    background-image: url("../images/drawing/drawing5-2.svg");
  }
  .second .d.d5-2::after{
    background-image: url("../images/drawing/second/drawing5-2.svg");
  }
  .second .d.d1-1{
    background: url(../images/drawing/second/drawing1-3.svg) no-repeat left calc(100% - -0.4168vw);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-size: auto 3.125vw;
  }
  /* drawing  END */
}
