section{ overflow: hidden; width: 100%; position: relative; }

.note{ font-size: 12px; letter-spacing: -0.04em; text-align: right; display: none; color: #505050; }

/* main */
._m{ position: relative; width: 100%; height: 100vh; overflow: hidden; opacity: 0; }

section .bg{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 0; }
section .bg img{ width: 100%; height: 100%; object-fit: cover; }


._m .smalltxt{ writing-mode: vertical-rl; position: absolute; right: 2.5%; top: 50%; transform: translateY(-50%); z-index: 10; display: flex; align-items: center; justify-content: center; font-family: "Inter", sans-serif; transform-origin: center; font-size: 12px; letter-spacing: -0.04em; font-weight: 300; gap: 8px; }
._m .smalltxt small{ display: flex; justify-content: center; align-items: center; }

._m .smalltxt._l{ right: auto; left: 2.5%; transform: translateY(-50%) rotate(180deg); }

._m .bg{ position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 0; }
._m .bg .base{ width: 100%; height: 100%; }
._m .bg .base img{ width: 100%; height: 100%; object-fit: cover; }
._m .bg .check{ position: absolute; width: 100%; height: 100%; left: 0; top: 0; }
._m .bg .check img{ width: 100%; height: 100%; object-fit: cover; }

._m .bg .starbg{ position: absolute; }
._m .bg .starbg._1{ top: -5%; left: -5%; }
._m .bg .starbg._2{ bottom: -12%; right: -2%; }

._m .objs{ position: absolute; left: 50%; transform: translateX(-50%); top: 0; width: 100%; height: 100%; max-width: 1600px; }
._m .objs > div{ position: absolute;  }
._m .objs .cloud{ left: calc(135 / 1600 * 100%); top: calc(155 / 960 * 100%); z-index: 1; }
._m .objs .star._1{ left: 0; top: calc(390 / 960 * 100%); }
._m .objs .star._2{ left: calc(375 / 1600 * 100%); bottom: calc(170 / 960 * 100%);  }
._m .objs .star._3{ right: calc(415 / 1600 * 100%); top: calc(85 / 960 * 100%); }
._m .objs .flower._1{ left: calc(195 / 1600 * 100%); top: calc(170 / 960 * 100%); }
._m .objs .flower._2{ left: calc(510 / 1600 * 100%); top: calc(95 / 960 * 100%); }
._m .objs .flower._3{ left: calc(245 / 1600 * 100%); top: calc(490 / 960 * 100%); }
._m .objs .flower._4{ right: calc(120 / 1600 * 100%); top: calc(460 / 960 * 100%); }
._m .objs .planet{ right: calc(305 / 1600 * 100%); top: calc(115 / 960 * 100%); }
._m .objs .dot._1{ left: calc(-55 / 1600 * 100%); bottom: calc(55 / 960 * 100%); }
._m .objs .dot._2{ right: calc(20 / 1600 * 100%); top: calc(215 / 960 * 100%); }
._m .objs .txtbg{ left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; text-align: center; }

._m .chars{ position: absolute; left: 50%; transform: translateX(-50%); top: 0; width: 100%; height: 100%; max-width: 1600px; }
._m .chars > div{ position: absolute; }

._m .chars .pink{ left: calc(80 / 1600 * 100%); bottom: calc(135 / 960 * 100%); }
._m .chars .blue{ right: calc(100 / 1600 * 100%); top: calc(15 / 960 * 100%); }
._m .chars .yellow{ right: calc(230 / 1600 * 100%); bottom: calc(95 / 960 * 100%); }

._m .titlebx{ width: 80%; max-width: 1240px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 5; text-align: center; }

._m .titlebx .txt{ position: relative; z-index: 1; text-align: center; }
._m .titlebx .btnwrap{ margin-top: 55px; }

@keyframes updown {
    0%{ transform: translateY(0); }
    100%{ transform: translateY(20px); }
}

._m .objs > div:not(.txtbg) img{ animation: updown 2s infinite ease-in-out alternate; }
._m .objs .cloud img{ animation-duration: 1.6s; animation-delay: 0.6s; }
._m .objs .star._1 img{ animation-duration: 3s; }
._m .objs .star._2 img{ animation-delay: 0.8s; }
._m .objs .star._3 img{ animation-duration: 3s; animation-delay: 0.2s; }
._m .objs .flower._1 img{ animation-duration: 3s; animation-delay: 0.5s; }
._m .objs .flower._2 img{ animation-duration: 3s; }
._m .objs .flower._3 img{ animation-delay: 0.4s; }
._m .objs .flower._4 img{ animation-delay: 0.9s; }
._m .objs .planet img{ animation-duration: 1.5s; }
._m .objs .dot._1 img{ animation-delay: 0.3s; }
._m .objs .dot._2 img{ animation-delay: 0.6s; }


@media screen and (max-width: 1600px){
    ._m .chars .yellow{ right: 5%; }
}

@media screen and (max-width: 1280px){
    ._m .bg .starbg,
    ._m .objs > div,
    ._m .chars > div,
    ._m .titlebx .txt
    { zoom: 0.8 }

    ._m .titlebx .btnwrap{ margin-top: 30px; }
}

@media screen and (max-width: 820px){
    ._m .smalltxt{ right: 5%; }
    ._m .smalltxt._l{ left: 5%; }

    ._m .bg .starbg,
    ._m .objs > div,
    ._m .chars > div,
    ._m .titlebx .txt
    { zoom: 0.6 }

    ._m .titlebx .btnwrap{ margin-top: 20px; }

    ._m .titlebx{ width: 60%; }

    ._m .objs .star._2{ left: calc(565 / 1600 * 100%); }

}

@media screen and (max-width: 500px){
    ._m .smalltxt{ right: 3%; display: none; }
    ._m .smalltxt._l{ left: 3%; }

    ._m .bg .starbg,
    ._m .objs > div,
    ._m .chars > div,
    ._m .titlebx .txt
    { zoom: 0.5 }

    ._m .bg .starbg._2{ bottom: -5%; }
    ._m .objs .flower._3{ left: calc(200 / 1600 * 100%); }
}

@media screen and (max-width: 340px){
    ._m .bg .starbg,
    ._m .objs > div,
    ._m .chars > div,
    ._m .titlebx .txt
    { zoom: 0.3 }

    ._m .chars .pink{ left: 8%; }
    ._m .chars .yellow{ bottom: 4%; }
}


/* step01 */


@property --dx { syntax: '<length>'; inherits: true; initial-value: 14px; }
@property --dy { syntax: '<length>'; inherits: true; initial-value: 16px; }


.step_01{ width: 100%; height: 100vh; position: absolute; top: 0; left: 0; z-index: 20; overflow: hidden; clip-path: inset(50% 50%); }

.step_01 .obj{ position: absolute; width: 100%; height: 100%; left: 0; top: 0; }
.step_01 .obj > div{ position: absolute; }
.step_01 .obj .dot._1{ left: calc(105 / 1920 * 100%); bottom: calc(50 / 960 * 100%); }
.step_01 .obj .dot._2{ right: calc(125 / 1920 * 100%); top: calc(185 / 960 * 100%); }
.step_01 .obj .planet{ left: calc(130 / 1920  * 100%); top: calc(265 / 960 * 100%); }
.step_01 .obj .cloud{ left: calc(55 / 1920  * 100%); top: calc(320 / 960 * 100%); }
.step_01 .obj .char{ right: calc(145 / 1920  * 100%); bottom: calc(25 / 960 * 100%); }
.step_01 .obj .star{ right: calc(-150 / 1920  * 100%); bottom: calc(-120 / 960 * 100%); }

@keyframes cloud {
    0%{ transform: translateX(-15%); }
    100%{ transform: translateX(0); }
}

.step_01 .obj .planet img{ animation: updown 2s infinite ease-in-out alternate; }
.step_01 .obj .star img{ animation: updown 3s infinite ease-in-out alternate; }
.step_01 .obj .cloud img{ animation: cloud 3s infinite ease-in-out alternate; }


.step_01 .wrap{ height: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; position: relative; z-index: 10; word-break: keep-all; }


.step_01 .flx{ display: flex; justify-content: center; box-sizing: border-box; width: 100%; }
.step_01 .flx .card:nth-of-type(2){ margin-left: -3.5%; }
.step_01 .flx:hover{ position: relative; z-index: 10; }
.step_01 .flx._1{ padding-left: calc(210 / 1600 * 100%); }
.step_01 .flx._2{ padding-right: calc(210 / 1600 * 100%); margin-top: -3%; }

.step_01 .card {
    position: relative;
    width: 48%;
    max-width: 510px;
    aspect-ratio: 503 / 284;
    cursor: pointer;

    --dx: 14px;
    --dy: 16px;
    --dmax: 30px;

    transition:
    --dx 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    --dy 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.step_01 .card__depth {
    position: absolute;
    left: 0;
    top: 0;
    width:  calc(100% + var(--dmax));
    height: calc(100% + var(--dmax));
    --f: calc(100% - var(--dmax));   /* x자리=앞면 폭, y자리=앞면 높이 */
    background: var(--edge-color);
    filter: drop-shadow(8px 12px 14px rgba(30, 50, 80, 0.22));
}

.step_01 .card__face {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background: var(--edge-color);
    padding: 3px;
}

.step_01 .card__face img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.step_01 .card__overlay {
    position: absolute;
    inset: 3px;   /* face의 padding(테두리 두께)과 동일하게 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    padding: 55px;
    background: linear-gradient(160deg, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.45) 100%);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.step_01 .card:nth-of-type(2) .card__overlay{ text-align: right; }

.step_01 .card__overlay span {
    color: #fff;
    font-size: 23px;
    font-family: 'FightingGyeongnam';
    font-weight: 500;
    letter-spacing: -0.04em;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: calc(var(--i) * 60ms);
}

.step_01 .card:hover {
    transform: translate(-6px, -8px);
    --dx: 20px;
    --dy: 24px;
}
.step_01 .card:hover .card__overlay { opacity: 1; }
.step_01 .card:hover .card__overlay span { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
    .card, .card__face img, .card__overlay, .card__overlay span {
        transition: none;
    }
}

.step_01 .shape-trapezoid .card__face,
.step_01 .shape-trapezoid .card__face img,
.step_01 .shape-trapezoid .card__overlay {
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
}
.step_01 .shape-trapezoid .card__depth {
    clip-path: polygon(
    0 0,                                                            /* A  */
    var(--f) 0,                                                     /* B  */
    calc(var(--f) + var(--dx))        var(--dy),                    /* B' */
    calc(var(--f) * 0.8 + var(--dx)) calc(var(--f) + var(--dy)),   /* C' */
    var(--dx)                         calc(var(--f) + var(--dy)),   /* D' */
    0 var(--f)                                                      /* D  */
    );
}


.step_01 .shape-trapezoid2 .card__face,
.step_01 .shape-trapezoid2 .card__face img,
.step_01 .shape-trapezoid2 .card__overlay {
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
}
.step_01 .shape-trapezoid2 .card__depth {
    clip-path: polygon(
        calc(var(--f) * 0.2 + var(--dx)) 0 ,                           /* A'  */
        var(--f) 0,                                                     /* B  */
        calc(var(--f) + var(--dx))        var(--dy),                    /* B' */
        calc(var(--f) + var(--dx))        calc(var(--f) + var(--dy)),   /* C' */
        var(--dx)                         calc(var(--f) + var(--dy)),   /* D' */
        0 var(--f)                                                      /* D  */
    );
}

.card--red    { --edge-color: #ff2b2b; }
.card--mint   { --edge-color: #1cf1c6; }
.card--purple { --edge-color: #7f46ff; }
.card--yellow { --edge-color: #ffa53a; }



@media screen and (max-width: 1280px){
    .step_01 .obj > div{ zoom: 0.8 }
    .step_01 .card__overlay{ gap: 10px; padding: 30px 40px; }
    .step_01 .card__overlay span{ font-size: 18px; }
}

@media screen and (max-width: 820px){
    .step_01 .obj > div{ zoom: 0.6; }

    .step_01 .obj .planet{ top: calc(100 / 960 * 100%); }
    .step_01 .obj .cloud{ top: calc(130 / 960 * 100%); }
    .step_01 .obj .char{ right: calc(145 / 1920  * 100%); bottom: calc(25 / 960 * 100%); }
    .step_01 .obj .star{ right: calc(-150 / 1920  * 100%); bottom: calc(-120 / 960 * 100%); }

    .step_01 .flx._1{ padding-left: 5%; }
    .step_01 .flx._2{ padding-right: 5%; }
    .step_01 .card{ aspect-ratio: 5 / 4; }
    .step_01 .card__overlay{ gap: 10px; padding: 20px; opacity: 1; }
    .step_01 .card__overlay span{ font-size: 14px; opacity: 1; transform: translateY(0); }
}

@media screen and (max-width: 500px){
    .step_01 .obj > div{ zoom: 0.4; }

    .step_01 .flx._1{ padding-left: 2.5%; }
    .step_01 .flx._2{ padding-right: 2.5%; }
    .step_01 .card{ aspect-ratio: 1 / 1; }
    .step_01 .card__overlay{ gap: 10px; padding: 20px 10px; }
    .step_01 .card__overlay span{ font-size: 12px; font-weight: 400; }
}


/* step02 */

.step_02{ width: 100%; height: 100vh; position: relative; word-break: keep-all; }

.step_02 .bgbar{ position: absolute; left: 0; width: 100%; bottom: 0; z-index: 0; display: flex; align-items: flex-end; }
.step_02 .obj{ position: absolute; left: 0; top: 0; z-index: 0; width: 100%; height: 100%; }
.step_02 .obj > div{ position: absolute; }
.step_02 .obj .blue{ right: calc(55 / 1920 * 100%); top: calc(30 / 960 * 100%); }
.step_02 .obj .starbg{ left: -2%; top: -15%; }
.step_02 .obj .star{ right: calc(290 / 1920 * 100%); top: calc(120 / 960 * 100%); }
.step_02 .obj .planet{ right: calc(275 / 1920 * 100%); top: calc(107 / 960 * 100%); }
.step_02 .obj .dot{ right: calc(390 / 1920 * 100%); bottom: calc(80 / 960 * 100%); }
.step_02 .obj .flower._1{ right: calc(432 / 1920 * 100%); bottom: calc(160 / 960 * 100%); }
.step_02 .obj .flower._2{ right: calc(160 / 1920 * 100%); bottom: calc(125 / 960 * 100%); }
.step_02 .obj .cloud{ right: calc(50 / 1920 * 100%); bottom: calc(80 / 960 * 100%); }

.step_02 .wrap{ position: relative; z-index: 10; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding-top: 35px; box-sizing: border-box; }
.step_02 .pink{ position: absolute; left: calc(-75 / 1920 * 100%); bottom: 30px; z-index: 5; }

.step_02 .obj .starbg img{animation: updown 2s infinite ease-in-out alternate;}
.step_02 .obj .star img{animation: updown 1.5s infinite ease-in-out alternate;}
.step_02 .obj .planet img{animation: updown 3s infinite ease-in-out alternate;}
.step_02 .obj .flower._1 img{animation: updown 2s infinite ease-in-out alternate;}
.step_02 .obj .flower._2 img{animation: updown 3s infinite ease-in-out alternate; animation-delay: 0.3s; }
.step_02 .obj .cloud img{animation: updown 2s infinite ease-in-out alternate; animation-delay: 0.3s;}

.step_02 .btn{ width: 58px; height: 58px; border-radius: 50%; position: absolute; font-size: 26px; top: 50%; transform: translateY(-50%); }
.step_02 .btn > div{ width: 100%; height: 100%; border-radius: 50%; border: 1px solid #000; box-shadow: 3px 3px 0 #000; transition-duration: 0.2s;  display: flex; align-items: center; justify-content: center; background: linear-gradient(126deg, #fff, #a57dff); }
.step_02 .btn._prev{ left: 0; }
.step_02 .btn._next{ right: 0; }

.step_02 .flexArea .inner .lbx .btn{ display: none; }
.step_02 .flexArea .inner .lbx .btn._prev{ left: auto; right: calc(100% + 10px); }
.step_02 .flexArea .inner .lbx .btn._next{ right: auto; left: calc(100% + 10px); }


@media screen and (min-width: 821px){
    .step_02 .btn:hover > div{ transform: translate(3px, 3px); box-shadow: 0 0 0 rgba(0,0,0,0); }
}

.step_02 .flexArea{ width: 100%; position: relative; }
.step_02 .flexArea .inner{ display: flex; align-items: center; padding: 0 85px; box-sizing: border-box; width: 100%; justify-content: space-between; }
.step_02 .flexArea .inner .lbx{ width: calc(650 / 1450 * 100%); }
.step_02 .flexArea .inner .rbx{ width: calc(685 / 1450 * 100%); color: #fff; font-family: 'FightingGyeongnam'; }
.step_02 .flexArea .inner .rbx dl dt{ font-size: 34px; font-weight: 700; letter-spacing: -0.04em; line-height: 1.4; filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5)); }
.step_02 .flexArea .inner .rbx dl dd{ font-size: 20px; font-weight: 500; letter-spacing: -0.04em; line-height: calc(33 / 20); margin-top: 13px; }


@media screen and (max-width: 1440px){
    .step_02 .pink,
    .step_02 .blue
    { zoom: 0.8; }

    .step_02 .obj .blue{ right: -5%; top: 10px; }
}


@media screen and (max-width: 1280px){
    .step_02 .obj > div,
    .step_02 .pink{ zoom: 0.8; }

    .step_02 .btn{ width: 50px; height: 50px; font-size: 22px; }
    .step_02 .flexArea .inner{ padding: 0 65px; }
    .step_02 .flexArea .inner .lbx{ width: 48%; }
    .step_02 .flexArea .inner .rbx{ width: 48%; }
    .step_02 .flexArea .inner .rbx dl dt{ font-size: 28px; }
    .step_02 .flexArea .inner .rbx dl dd{ font-size: 18px; }
    .step_02 .flexArea .inner .rbx dl dd br{ display: none; }
    
}

@media screen and (max-width: 820px){
    .step_02 .obj > div,
    .step_02 .pink{ zoom: 0.6; z-index: 0; }

    .step_02 .obj .star{ right: calc(430 / 1920 * 100%); top: calc(120 / 960 * 100%); }
    .step_02 .obj .planet{ right: calc(400 / 1920 * 100%); top: calc(107 / 960 * 100%); }
    

    .step_02 .btn{ width: 40px; height: 40px; font-size: 18px; }
    .step_02 .flexArea > .btn{ display: none; } 
    .step_02 .flexArea .inner{ flex-direction: column; gap: 25px; padding: 0 50px; }
    .step_02 .flexArea .inner .lbx{ width: 100%; position: relative; }
    .step_02 .flexArea .inner .lbx .btn{ display: block; } 
    .step_02 .flexArea .inner .rbx{ width: 100%; }
    .step_02 .flexArea .inner .rbx dl dt{ font-size: 22px; }
    .step_02 .flexArea .inner .rbx dl dd{ font-size: 14px; }
    .step_02 .flexArea .inner .rbx dl dd br{ display: none; }

}

@media screen and (max-width: 500px){
    .step_02 .obj > div,
    .step_02 .pink{ zoom: 0.4; }

    .step_02 .obj .star{ right: calc(430 / 1920 * 100%); top: calc(120 / 960 * 100%); }
    .step_02 .obj .planet{ right: calc(400 / 1920 * 100%); top: calc(107 / 960 * 100%); }

    .step_02 .flexArea > .btn{ display: none; } 
    .step_02 .flexArea .inner{ flex-direction: column; gap: 25px; padding: 0; }
    .step_02 .flexArea .inner .lbx{ width: 100%; position: relative; }
    .step_02 .flexArea .inner .lbx .thumb{ width: 70%; margin: 0 auto; }
    .step_02 .flexArea .inner .lbx .btn{ display: none; } 
    .step_02 .flexArea .inner .rbx{ width: 100%; text-align: center; }
    .step_02 .flexArea .inner .rbx dl dt{ font-size: 18px; }
    .step_02 .flexArea .inner .rbx dl dd{ font-size: 12px; }
    .step_02 .flexArea .inner .rbx dl dd br{ display: none; }

}

@media screen and (max-width: 350px){
    .step_02 .obj > div, .step_02 .pink{ zoom: 0.3 }

    .step_02 .obj .blue{ right: -4%; }
}


/* step03 */


.step_03{ height: 100vh;  box-sizing: border-box; word-break: keep-all; }

.step_03 .obj{ position: absolute; width: 100%; height: 100%; z-index: 0; }
.step_03 .obj > div{ position: absolute; }
.step_03 .obj ._1{ left: calc(150 / 1920 * 100%); top: calc(260 / 960 * 100%); }
.step_03 .obj ._2{ left: calc(405 / 1920 * 100%); top: calc(450 / 960 * 100%); }
.step_03 .obj ._3{ left: calc(95 / 1920 * 100%); bottom: calc(125 / 960 * 100%); }
.step_03 .obj ._4{ right: calc(180 / 1920 * 100%); top: calc(85 / 960 * 100%); }
.step_03 .obj ._5{ right: calc(355 / 1920 * 100%); top: calc(465 / 960 * 100%); }
.step_03 .obj ._6{ right: calc(135 / 1920 * 100%); bottom: calc(265 / 960 * 100%); }


.step_03 .obj ._1 img{ animation: updown 2s infinite ease-in-out alternate; }
.step_03 .obj ._2 img{ animation: updown 3s infinite ease-in-out alternate; animation-delay: 0.2s; }
.step_03 .obj ._3 img{ animation: updown 3s infinite ease-in-out alternate; }
.step_03 .obj ._4 img{ animation: updown 2s infinite ease-in-out alternate;  animation-delay: 0.6s; }
.step_03 .obj ._5 img{ animation: updown 3s infinite ease-in-out alternate; }
.step_03 .obj ._6 img{ animation: updown 2s infinite ease-in-out alternate; animation-delay: 0.3s; }



.step_03 .wrap{ height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding-top: 150px; padding-bottom: 40px; box-sizing: border-box; }
.step_03 .survey_pre{ position: relative; z-index: 1; height: 62vh; width: 100%; box-sizing: border-box; }
.step_03 .survey_pre > ul{ width: 100%; height: 100%; max-width: 740px; margin: 0 auto; overflow: auto; padding: 0 15px; box-sizing: border-box; }
.step_03 .survey_pre > ul::-webkit-scrollbar{ width: 5px; background-color: rgba(255,255,255,0.2);  }
.step_03 .survey_pre > ul::-webkit-scrollbar-thumb{ width: 5px; border-radius: 10px; background-color: rgba(255,255,255,0.8); }
.step_03 .survey_pre > ul > li{ position: relative; width: 100%; border: 4px solid rgba(255,255,255,0); transition-duration: 0.2s; border-radius: 25px; overflow: hidden; box-sizing: border-box; background-color: #000; opacity: 0.5; text-align: center; font-family: 'FightingGyeongnam'; margin-bottom: 10px; cursor: pointer; min-height: calc((100% - 20px) / 3); display: flex; align-items: center; }
.step_03 .survey_pre > ul > li:last-of-type{ margin-bottom: 0; }
.step_03 .survey_pre > ul > li .inn{ width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 35px 20px; box-sizing: border-box; }
.step_03 .survey_pre > ul > li .inn > span{ font-size: 17px; letter-spacing: -0.04em; color: #7a90ff; font-weight: 700; }
.step_03 .survey_pre > ul > li .inn > strong{ font-size: 24px; font-weight: 500; color: #fff; line-height: 1.3; margin-top: 20px; }
.step_03 .survey_pre > ul > li .inn ol{ display: flex; align-items: center; margin-top: 15px; gap: 10px; }
.step_03 .survey_pre > ul > li .inn ol li{ filter: saturate(0) brightness(200); }
.step_03 .survey_pre > ul > li .inn input{ position: absolute; left: 0; top: 0; visibility: hidden; }

.step_03 .survey_pre > ul > li.on{ border-color: #fff; }
.step_03 .survey_pre > ul > li .inn ol li.on{ filter: saturate(1) brightness(1); }


.step_03 .tit{ margin-bottom: 35px; }
.step_03 .btnwrap.sm{ margin-top: 35px; }

.step_03 .survey_pre > ul > li.on{ border-color: #fff; opacity: 1; }
.step_03 .survey_pre > ul > li .inn ol li{ cursor: pointer; }
.step_03 .survey_pre > ul > li .inn ol li.on,
.step_03 .survey_pre > ul > li .inn ol li.hov{ filter: saturate(1) brightness(1); }

.step_03 .btnwrap.sm.disabled > a{ opacity: 0.4; cursor: not-allowed; }

.step_03 .survey_pre > ul > li.shake{ animation: surveyShake 0.4s; }

@keyframes surveyShake{ 0%,100%{ transform: translateX(0); } 20%,60%{ transform: translateX(-8px); } 40%,80%{ transform: translateX(8px); } }

@media screen and (min-width: 821px){
    .step_03 .survey_pre > ul > li:hover{ opacity: 1; border-color: #fff; }
    .step_03 .survey_pre > ul > li .inn ol li:hover{ filter: saturate(1) brightness(1); }
}


@media screen and (max-width: 1440px){
    .step_03 .survey_pre{ height: 45vh; }
}

@media screen and (max-width: 1280px){
    .step_03 .obj > div{ zoom: 0.8; }
    .step_03 .survey_pre{ height: 46vh; }
    .step_03 .survey_pre > ul > li .inn{ padding: 20px 15px; }
    .step_03 .survey_pre > ul > li .inn > span{ font-size: 14px; }
    .step_03 .survey_pre > ul > li .inn > strong{ font-size: 20px; margin-top: 10px; }
    .step_03 .survey_pre > ul > li .inn ol{ margin-top: 10px; }
}

@media screen and (max-width: 820px){
    .step_03 .obj > div{ zoom: 0.6; }
    .step_03 .survey_pre > ul > li{ opacity: 1; border-color: #fff; border-radius: 16px; }
    .step_03 .survey_pre > ul > li .inn > span{ font-size: 12px; }
    .step_03 .survey_pre > ul > li .inn > strong{ font-size: 16px; margin-top: 5px; }
    .step_03 .survey_pre > ul > li .inn ol{ margin-top: 10px; }
    .step_03 .survey_pre > ul > li .inn ol li img{ width: 20px; }
}

@media screen and (max-width: 500px){
    .step_03 .wrap{ padding-top: 60px; }
    .step_03 .survey_pre{ height: 47vh; }
    .step_03 .survey_pre > ul > li{ border-width: 2px; margin-bottom: 5px; }
    .step_03 .survey_pre > ul > li .inn{ padding: 15px; }
    .step_03 .survey_pre > ul > li .inn > strong{ font-size: 14px; }
}



/* step04 */
.step_04{ position: relative; height: 100vh; width: 100%; word-break: keep-all; }
.step_04 .obj{ position: absolute; width: 100%; height: 100%; }
.step_04 .obj > div{ position: absolute; }
.step_04 .obj .star._1{ left: calc(-170 / 1920 * 100%); top: calc(-110 / 960 * 100%); }
.step_04 .obj .star._2{ left: calc(170 / 1920 * 100%); top: calc(355 / 960 * 100%); }
.step_04 .obj .star._3{ right: calc(320 / 1920 * 100%); bottom: calc(35 / 960 * 100%); }
.step_04 .obj .star._4{ width: calc(724 / 1920 * 100%); right: calc(-200 / 1920 * 100%); bottom: calc(-155 / 960 * 100%); }
.step_04 .obj .yellow{ right: calc(30 / 1920 * 100%); bottom: calc(80 / 960 * 100%); }


.step_04 .obj .star img{ animation: updown 2s infinite ease-in-out alternate; }
.step_04 .obj .star._2 img{ animation: updown 3s infinite ease-in-out alternate; animation-delay: 0.2s; }
.step_04 .obj .star._4 img{ animation: updown 4s infinite ease-in-out alternate; }



.step_04 .wrap{ position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100%; padding-top: 110px; box-sizing: border-box; padding-bottom: 30px; }
.step_04 .todayvid{ width: 100%; max-width: 1200px; margin: 0 auto; }
.step_04 .todayvid > ul{ display: flex; gap: 46px; justify-content: center;  }
.step_04 .todayvid > ul.above2{ justify-content: space-between;  }
.step_04 .todayvid > ul li{ width: 100%; max-width: 600px; }
.step_04 .todayvid .inner{ width: 100%; position: relative; cursor: pointer; }
.step_04 .todayvid .inner .icon{ position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 70px; height: 70px; border-radius: 50%; overflow: hidden; display: flex; align-items: center; justify-content: center; background-color: rgba(225, 65, 65, 0.84); opacity: 0; transition-duration: 0.2s; z-index: 2; gap: 5px; }

.step_04 .todayvid .inner .icon.external{ width: auto; height: auto; border-radius: 5px; color: #fff; padding: 15px 30px; font-size: 16px; letter-spacing: -0.04em; background-color: rgba(255, 44, 44, 0.8); font-family: 'FightingGyeongnam'; }

.step_04 .todayvid .inner .thumb{ position: relative; aspect-ratio: 569 / 342; border: 3px solid #000; box-sizing: border-box; box-shadow: 10px 10px 0 #000; border-radius: 4px; }
.step_04 .todayvid .inner .thumb::after{ content: ''; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: rgba(0,0,0,0.5); transform: scaleX(0); transition-duration: 0.6s; z-index: 0; transform-origin: 0 0; }
.step_04 .todayvid .inner .thumb > img{ width: 100%; height: 100%; object-fit: cover; }



@media screen and (min-width: 821px){
    .step_04 .todayvid .inner:hover .icon{ opacity: 1; }
    .step_04 .todayvid .inner:hover .thumb::after{ transform: scaleX(1); }
}

.step_04 .todayvid .inner .vidtitle{ margin-top: 30px; font-size: 24px; font-family: 'FightingGyeongnam'; letter-spacing: -0.04em; font-weight: 500; text-align: center; line-height: 1.3; filter: drop-shadow(0 0 1px rgba(255,255,255,0.6)); }
.step_04 .btnwrap.sm{ margin-top: 50px; }


@media screen and (max-width: 1440px){
    .step_04 .obj .star._4{ right: calc(-350 / 1920 * 100%); bottom: calc(-325 / 960 * 100%); width: auto; }

    .step_04 .todayvid{ max-width: unset; width: 70%; }
    .step_04 .btnwrap.sm{ margin-top: 30px; }
    .step_04 .todayvid .inner .vidtitle{ font-size: 18px; margin-top: 20px; }
}


@media screen and (max-width: 1280px){
    .step_04 .obj .star._4{  }
    .step_04 .obj > div{ zoom: 0.8; }
    .step_04 .todayvid > ul{ gap: 20px; }
}

@media screen and (max-width: 820px){
    .step_04 .wrap{ padding-top: 60px; }
    .step_04 .obj > div{ zoom: 0.6; }
    .step_04 .obj .star._2{ left: calc(170 / 1920 * 100%); top: calc(250 / 960 * 100%); }
    .step_04 .obj .star._3{ right: calc(600 / 1920 * 100%); bottom: calc(35 / 960 * 100%); }
    .step_04 .obj .star._4{ right: calc(-400 / 1920 * 100%); bottom: calc(-150 / 960 * 100%); }

    .step_04 .todayvid{ width: 100%; }
    .step_04 .todayvid .inner .icon{ opacity: 1; width: 50px; height: 50px; }
    .step_04 .todayvid .inner .icon img{ width: 16px; }
    .step_04 .todayvid .inner .icon.external{ font-size: 16px; padding: 13px; }
    .step_04 .todayvid .inner .icon.external span{ display: none; }
    .step_04 .todayvid .inner .thumb{ box-shadow: 5px 5px 0 #000; }
    .step_04 .todayvid .inner .vidtitle{ font-size: 14px; margin-top: 15px; }

    .step_04 .todayvid > ul{ gap: 10px; }
}

@media screen and (max-width: 500px){
    .step_04 .obj > div{ zoom: 0.4; }

    .step_04 .obj .star._1{ left: calc(-370 / 1920 * 100%); top: calc(-110 / 960 * 100%); }
    .step_04 .obj .star._2{ left: calc(170 / 1920 * 100%); top: calc(100 / 960 * 100%); }
    /* .step_04 .obj .star._4{ display: none; } */

    .step_04 .obj .yellow{ right: calc(-30 / 1920 * 100%); bottom: calc(30 / 960 * 100%); }

    .step_04 .todayvid .note{ display: block; }
    .step_04 .todayvid > ul{ padding: 0; }
    .step_04 .todayvid > ul.above2{ overflow: auto; padding: 10px; box-sizing: border-box; }

    .step_04 .todayvid > ul li{ width: 100%; max-width: 330px; margin: 0 auto; }
    .step_04 .todayvid > ul.above2 li{ width: 240px; flex-shrink: 0; }
}

@media screen and (max-width: 350px){
    .step_04 .obj .star._1{ display: none; }
}



.step_05{ width: 100%; min-height: 100vh; box-sizing: border-box; word-break: keep-all; }
.step_05 .obj{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; }

.step_05 .obj > div{ position: absolute; }
.step_05 .obj .starbg._1{ left: -5%; top: -5%; }
.step_05 .obj .starbg._2{ right: 0; bottom: -10%; }
.step_05 .obj .flower._1{ left: calc(175 / 1920 * 100%); top: 290px; }
.step_05 .obj .flower._2{ left: calc(495 / 1920 * 100%); top: 210px; }
.step_05 .obj .flower._3{ right: calc(130 / 1920 * 100%); bottom: 180px; }
.step_05 .obj .cloud._1{ left: calc(115 / 1920 * 100%); top: 270px; }
.step_05 .obj .cloud._2{ right: calc(55 / 1920 * 100%); bottom: 130px; }
.step_05 .obj .dot._1{ left: calc(215 / 1920 * 100%); top: 505px; }
.step_05 .obj .dot._2{ right: calc(215 / 1920 * 100%); bottom: 270px; }

.step_05 .obj .flower._1 img{ animation: updown 3s infinite ease-in-out alternate; animation-delay: 0.7s; }
.step_05 .obj .flower._2 img{ animation: updown 2s infinite ease-in-out alternate; }
.step_05 .obj .flower._3 img{ animation: updown 2s infinite ease-in-out alternate; animation-delay: 0.5s; }
.step_05 .obj .cloud._1 img{ animation: updown 3s infinite ease-in-out alternate; }
.step_05 .obj .cloud._2 img{ animation: cloud 3s infinite ease-in-out alternate;  }



.step_05 .wrap{ padding-top: 135px; padding-bottom: 70px; position: relative; z-index: 2; }


.step_05 form .tit{ font-size: 40px; margin-bottom: 25px; }


/* 폼 */
.step_05 form{ position: relative; z-index: 2; }

.step_05 form {text-align: center; position: relative; z-index: 1;display: flex; justify-content: center; flex-direction: column; padding-bottom: 10px;transition: height .3s; }




.step_05 form .question {text-align: center; position: absolute; pointer-events: none;opacity: 0; top: 60px; transform: scale(0.8);transition: all .5s; width: 100%;}
.step_05 form .question.on {transition: all .5s .2s;opacity: 1; pointer-events: revert; top: 0; transform: scale(1); }
.step_05 form .question .box {display: flex; margin: 0 auto; justify-content: center; align-items: center;flex-wrap: wrap; }


/* 다음으로 버튼 */
.step_05 .btnwrap.sm{ margin-top: 40px; }
.step_05 .nextbtn.disabled{ opacity: 0.35; pointer-events: none; cursor: default; transition: opacity .2s; }

/* ox선택 */
.step_05 form .oxWrap{ width: 100%; max-width: 705px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
.step_05 form .oxWrap .whiteBx{ cursor: pointer; opacity: 0.5; transition-duration: 0.2s; border-color: rgba(0,0,0,0); }
.step_05 form .oxWrap .whiteBx.on{ opacity: 1; border-color: #000; }
.step_05 form .oxWrap strong{ font-size: 30px; font-weight: 500; letter-spacing: -0.04em; color: #5f79ff; font-family: 'FightingGyeongnam'; }
.step_05 form .oxWrap .ox{ display: flex; justify-content: center; align-items: center; margin-top: 20px; gap: 15px; }
.step_05 form .oxWrap .ox > label > input{ position: absolute; visibility: hidden; }
.step_05 form .oxWrap .ox > label{ cursor: pointer; }
.step_05 form .oxWrap .ox > label > input:checked ~ svg .st0{ fill: #000; }

@media screen and (min-width: 821px){
    .step_05 form .oxWrap .whiteBx:hover{ opacity: 1; border-color: #000; }
    .step_05 form .oxWrap .ox label:hover > svg .st0{ fill: #a7a7a7; }
}



/* textarea */
.step_05 form .textArea { text-align: center; width: 500px; margin-right: 40px; }
.step_05 form .textArea:last-child { margin-right: 0; }
.step_05 form .textArea p {font-size: 24px; letter-spacing: -0.04em; font-weight: 500; margin-bottom: .6em; font-weight: 700; }
.step_05 form .textArea div {background-color: #fff; padding: 35px 40px;border: 4px solid #000; width: 100%;border-radius: 25px; box-sizing: border-box;}
.step_05 form .textArea textarea {border: none; resize: none; font-size: 18px;width: 100%; height: 240px; font-weight: 600; letter-spacing: -0.025em;font-family: 'Pretendard'; line-height: 1.3; }
.step_05 form .textArea textarea::-webkit-scrollbar { width: 5px; margin-right: 2px; }
.step_05 form .textArea textarea::-webkit-scrollbar-thumb { background-color: #2f3542; border-radius: 10px; }

.step_05 form .question.n3 { display: flex; flex-direction: column; }
.step_05 form .question.n3 .textArea { margin: 0 auto; }
.step_05 form .question.n3 .box.n1 { }
.step_05 form .question.n3 .box.n2 { display: none; width: 100%; margin-top: 70px;}
.step_05 form .question.n4 { }

/* 마지막 인적사항 입력 */
/* .step_05 form .final { margin-top: -20px; } */
.step_05 form .whiteBx { width: 100%; margin: 0 auto;border-radius: 25px; max-width: 705px;padding: 35px 40px; box-sizing: border-box;background-color: #fff; border: 4px solid #000; }
.step_05 form .whiteBx .col {width: 100%; display: flex; align-items: center;flex-wrap: wrap; padding-bottom: 20px; margin-bottom: 20px;border-bottom: 1px solid #efefef; }
.step_05 form .whiteBx .col p {text-align: left;font-size: 22px; font-weight: 500; font-family: 'FightingGyeongnam'; color: #5f79ff; }
.step_05 form .whiteBx .col p.full{ width: 100%; margin-bottom: 25px; }
.step_05 form .whiteBx .col .bx{ margin-bottom: 20px; width: 100%; }
.step_05 form .whiteBx .col .bx:last-of-type{ margin-bottom: 0; }
.step_05 form .whiteBx .col .bx p{ font-size: 18px; color: #000; }

.step_05 form .whiteBx .col:nth-child(1) p,
.step_05 form .whiteBx .col:nth-child(2) p,
.step_05 form .whiteBx .col:nth-child(3) p { min-width: 190px; }
.step_05 form .whiteBx .col p small {display: block; margin-top: 8px;font-size: 16px; color: #585858; letter-spacing: -0.045em; line-height: 1.3; font-weight: 300; }
.step_05 form .whiteBx .col > input {border: 1px solid #eee; font-size: 18px; letter-spacing: -0.04em; border-radius: 4px;font-family: 'Pretendard'; font-weight: 600; padding: 10px; box-sizing: border-box; }
.step_05 form .whiteBx .col > input::placeholder { font-size: 14px; color: #c2c2c2; font-weight: 400;}

/* 별점 */
.step_05 form .whiteBx .rating {display: flex; align-items: center; width: 100%; margin-top: 7px; }
.step_05 form .whiteBx .rating label {font-size: 26px; color: #444; margin-right: 0.2em; }
@media screen and (min-width:821px) {
    .step_05 form .whiteBx .rating label { cursor: pointer; }
}
.step_05 form .whiteBx .rating label::before {content: "\ea0f"; font-family: xeicon !important; }
.step_05 form .whiteBx .rating label:last-child { margin-right: 0; }
.step_05 form .whiteBx .rating label input { display: none; }

.step_05 form .whiteBx .rating[click="1"] label:nth-child(1) { color: #fac32a; }
.step_05 form .whiteBx .rating[click="2"] label:nth-child(1),
.step_05 form .whiteBx .rating[click="2"] label:nth-child(2) { color: #fac32a; }
.step_05 form .whiteBx .rating[click="3"] label:nth-child(1),
.step_05 form .whiteBx .rating[click="3"] label:nth-child(2),
.step_05 form .whiteBx .rating[click="3"] label:nth-child(3) { color: #fac32a; }
.step_05 form .whiteBx .rating[click="4"] label:nth-child(1),
.step_05 form .whiteBx .rating[click="4"] label:nth-child(2),
.step_05 form .whiteBx .rating[click="4"] label:nth-child(3),
.step_05 form .whiteBx .rating[click="4"] label:nth-child(4) { color: #fac32a; }
.step_05 form .whiteBx .rating[click="5"] label:nth-child(1),
.step_05 form .whiteBx .rating[click="5"] label:nth-child(2),
.step_05 form .whiteBx .rating[click="5"] label:nth-child(3),
.step_05 form .whiteBx .rating[click="5"] label:nth-child(4),
.step_05 form .whiteBx .rating[click="5"] label:nth-child(5) { color: #fac32a; }

.step_05 form .whiteBx .col.last { align-items: flex-start; border: none; margin-bottom: 0; padding-bottom: 0;}
.step_05 form .whiteBx .col.last h4 { }
.step_05 form .whiteBx .col.last div {border: 1px solid #dfdfdf; box-sizing: border-box;padding: 14px 10px; width: 100%; margin-top: 20px; border-radius: 10px; }
.step_05 form .whiteBx .col.last div textarea {border: none; resize: none; font-size: 18px;width: 100%; height: 200px; font-weight: 600; letter-spacing: -0.025em;font-family: 'Pretendard'; line-height: 1.3; }
.step_05 form .whiteBx .col.last div textarea::placeholder { font-size: 14px; color: #c2c2c2; font-weight: 400;}
.step_05 form .whiteBx .col.last div textarea::-webkit-scrollbar { width: 5px; margin-right: 2px; }
.step_05 form .whiteBx .col.last div textarea::-webkit-scrollbar-thumb { background-color: #2f3542; border-radius: 10px; }


/* 개인정보 체크 */
._privacyCheck {
    display: flex; justify-content: flex-end; margin-top: 20px; font-weight: 500; flex-wrap: wrap; font-size: 16px; letter-spacing: -0.04em;
}
._privacyCheck em{cursor: pointer; margin-left: 5px; font-weight: 600; transform: translateY(-1px); font-weight: 700;}
._privacyCheck .check{
    display: flex;
    align-items: center;
}

._privacyCheck .check span{
    cursor: pointer; margin-left: 8px;
}
._privacyCheck .check input{
    display:none;
}
._privacyCheck .check .bx{
    width: 14px;
    height: 14px;
    transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
    border: 1px solid #d7d7d7;
    background-color: white;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
._privacyCheck .check .bx:after{
    width: 50%;
    height: 28%;
    content: "";
    position: absolute;
    border-left: 2px solid;
    border-bottom: 2px solid;
    border-color: #ffffff;
    transform: rotate(-45deg) translate3d(0, 0, 0);
    transform-origin: center center;
    transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    right: 0;
    top: 200%;
    bottom: 5%;
    margin: auto;
}
._privacyCheck .check input:checked+.bx:after{
    top: -1px;
}

._privacyCheck .check input:checked+.bx{
    background-color: #5f79ff;
    border-color: #5f79ff;
}


@media screen and (max-width:820px) {
    ._privacyCheck{font-size: 14px;}
    ._privacyCheck em{transform: unset; margin: 4px 0; margin-left: 4px;}
}


@media screen and (max-width: 1280px){
    .step_05 .obj > div{ zoom: 0.8; }

    .step_05 .obj .flower._1{ top: 100px; }
    .step_05 .obj .flower._2{ top: 90px; }
    .step_05 .obj .cloud._1{ top: 120px; }
    .step_05 .obj .dot._1{ top: 405px; }
    .step_05 .obj .dot._2{ bottom: 300px; }

    .step_05 form .tit{ font-size: 32px; }
    .step_05 form .oxWrap strong{ font-size: 22px; }
    .step_05 form .oxWrap .ox{ margin-top: 10px; }

    .step_05 form .textArea div{ padding: 20px 30px; }
    .step_05 form .textArea textarea{ font-size: 16px; }
    .step_05 form .whiteBx .col p{ font-size: 20px; }
    .step_05 form .whiteBx .col:nth-child(1) p, .step_05 form .whiteBx .col:nth-child(2) p, .step_05 form .whiteBx .col:nth-child(3) p{ min-width: 170px; }
    .step_05 form .whiteBx .col > input{ font-size: 16px; }
    .step_05 form .whiteBx .col .bx p{ font-size: 16px; }
    .step_05 form .whiteBx .col .bx p small{ font-size: 13px; }
    .step_05 form .whiteBx .col.last div textarea{ font-size: 16px; }
}

@media screen and (max-width: 820px){
    .step_05 .obj > div{ zoom: 0.6; }

    .step_05 .wrap > .tit > div.pc{ display: none; }

    .step_05 .obj .flower._1{ top: 80px; }
    .step_05 .obj .flower._2{ top: 60px; }
    .step_05 .obj .cloud._1{ top: 100px; }
    .step_05 .obj .dot._1{ top: 305px; }
    .step_05 .obj .dot._2{ bottom: 200px; }

    .step_05 form .tit{ font-size: 26px; margin-bottom: 15px; }
    .step_05 form .oxWrap strong{ font-size: 18px; }
    .step_05 form .oxWrap .whiteBx{ padding: 20px; opacity: 1; border-color: #000; }

    .step_05 form .textArea div{ padding: 15px 20px; }
    .step_05 form .textArea textarea{ font-size: 14px; height: 160px; }

    .step_05 form .whiteBx .col{ flex-direction: column; align-items: flex-start; }
    .step_05 form .whiteBx{ padding: 25px; }

    .step_05 form .whiteBx .col:nth-child(1) p, .step_05 form .whiteBx .col:nth-child(2) p, .step_05 form .whiteBx .col:nth-child(3) p{ font-size: 16px; display: block; margin-bottom: 10px; }
    .step_05 form .whiteBx .col p{ font-size: 16px; }
    .step_05 form .whiteBx .col .bx{ width: 100%; }
    .step_05 form .whiteBx .col .bx p{ font-size: 14px; }
    .step_05 form .whiteBx .col > input{ width: 100%; font-size: 14px; }

    .step_05 form .whiteBx .col.last div textarea{ height: 160px; font-size: 14px; }

}

@media screen and (max-width: 500px){

    .step_05 .obj > div{ zoom: 0.4; }
    .step_05 .obj .flower._1{ left: 3%; top: 120px; }
    .step_05 .obj .cloud._1{ left: 2%; top: 100px; }
    

    .step_05 form .tit{ font-size: 20px; }
    .step_05 form .whiteBx{ border-width: 2px; padding: 20px 15px; border-radius: 16px; }
    .step_05 form .whiteBx .col{ padding-bottom: 15px; margin-bottom: 15px; }
    .step_05 form .oxWrap strong{ font-size: 16px; }
    .step_05 form .oxWrap .ox{ gap: 10px; }
    .step_05 form .oxWrap .ox > label svg{ width: 40px; }

    .step_05 form .textArea div{ border-width: 2px; padding: 20px 15px; border-radius: 16px; }
    .step_05 form .whiteBx .col.last div{ margin-top: 10px; }
    .step_05 form .whiteBx .col p.full{ margin-bottom: 15px; }
    .step_05 form .whiteBx .col p small{ font-size: 12px; }
    .step_05 form .whiteBx .col .bx p small{ font-size: 12px; }

}


.step_06{ position: relative; width: 100%; overflow: hidden; word-break: keep-all; }
.step_06 .bgbar{ position: absolute; bottom: 0; left: 0; width: 100%; display: flex; align-items: flex-end; }
.step_06 .obj{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.step_06 .obj > div{ position: absolute; }
.step_06 .obj > .pink{ left: 30px; top: 115px; }
.step_06 .obj > .blue{ right: 30px; top: 410px; }
.step_06 .obj > .dot._1{ top: 50%; left: calc(140 / 1920 * 100%); }
.step_06 .obj > .dot._2{ bottom: 105px; right: calc(80 / 1920 * 100%); }
.step_06 .yellow{ position: absolute; left: 40px; bottom: 45px; z-index: 3; }

.step_06 .tit{ font-size: 65px; margin-bottom: 60px; }
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit{ padding-right: 3px; }

.step_06 .wrap{ padding-top: 155px; padding-bottom: 185px; }

.step_06 .curation{ position: relative; z-index: 1; }
.step_06 .curation .tit{ font-size: 40px; margin-bottom: 50px; }

.step_06 .slidewrap{ position: relative; width: 100%; padding: 0 110px; box-sizing: border-box; max-width: 1400px; margin: 0 auto; }
.step_06 .slidewrap .cusw{ width: 100%; margin-top: -200px;  padding: 200px 10px; box-sizing: border-box;  }
.step_06 .slidewrap .cusw .inn{ position: relative; }
.step_06 .thumb{ position: relative; aspect-ratio: 569 / 342; border: 3px solid #000; box-sizing: border-box; box-shadow: 10px 10px 0 #000; border-radius: 4px; display: block; }
.step_06 .thumb::after{ content: ''; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: rgba(0,0,0,0.5); transform: scaleX(0); transition-duration: 0.6s; z-index: 0; transform-origin: 0 0; }
.step_06 .thumb > img{ width: 100%; height: 100%; object-fit: cover; }
.step_06 .thumb .icon{ position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 70px; height: 70px; border-radius: 50%; overflow: hidden; display: flex; align-items: center; justify-content: center; background-color: rgba(225, 65, 65, 0.84); opacity: 0; transition-duration: 0.2s; z-index: 2; gap: 5px; }

.step_06 .thumb .icon.external{ width: auto; height: auto; border-radius: 5px; color: #fff; padding: 15px 30px; font-size: 16px; letter-spacing: -0.04em; background-color: rgba(255, 44, 44, 0.8); font-family: 'FightingGyeongnam'; }

@media screen and (min-width: 821px){
    .step_06 .thumb:hover .icon{ opacity: 1; }
    .step_06 .thumb:hover::after{ transform: scaleX(1); }
}

.step_06 .slidewrap .cusw .inn .abs{ position: absolute; top: calc(100% + 35px); width: 100%; left: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; font-family: 'FightingGyeongnam'; }
.step_06 .slidewrap .cusw .inn .abs > ol{ display: flex; border-radius: 40px; background-color: #282828; color: #fff; gap: 13px; padding: 9px 20px;  font-size: 16px; letter-spacing: -0.04em; }
.step_06 .slidewrap .cusw .inn .abs > ol li{ display: flex; align-items: center; gap: 5px; }
.step_06 .slidewrap .cusw .inn .abs > ol li i{ font-size: calc(18 / 16 * 1em); }
.step_06 .slidewrap .cusw .inn .abs > ol li i.xi-heart{ color: #ff4646; }
.step_06 .slidewrap .cusw .inn .abs > p{ font-size: 20px; font-weight: 500; line-height: calc(32 / 20); letter-spacing: -0.04em; margin-top: 25px; }


.step_06 .btn{ width: 58px; height: 58px; border-radius: 50%; position: absolute; font-size: 26px; top: 50%; transform: translateY(-50%); cursor: pointer; z-index: 10; }
.step_06 .btn > div{ width: 100%; height: 100%; border-radius: 50%; border: 1px solid #000; box-shadow: 3px 3px 0 #000; transition-duration: 0.2s;  display: flex; align-items: center; justify-content: center; background: linear-gradient(126deg, #fff, #a57dff); }
.step_06 .btn._prev{ left: 0; }
.step_06 .btn._next{ right: 0; }


.step_06 .recommCont{ padding-top: 150px; }

.step_06 .recommCont .recomList > ul{ display: flex; justify-content: space-between; gap: 15px; }


@media screen and (min-width: 821px){
    .step_06 .btn:hover > div{ transform: translate(3px, 3px); box-shadow: 0 0 0 rgba(0,0,0,0); }
}


@media screen and (max-width: 1440px){
    .step_06 .yellow{ bottom: 10px; left: -4%; }

    .step_06 .tit{ font-size: 48px; margin-bottom: 40px; }
    .step_06 .curation .tit{ font-size: 35px; margin-bottom: 30px; }
    .step_06 .slidewrap{ padding: 0 70px; }
}


@media screen and (max-width: 1280px){
    .step_06 .yellow,
    .step_06 .obj > div{ zoom: 0.8; }
    
    .step_06 .obj > .blue{ right: -6%; }
    .step_06 .obj > .pink{ left: -4%; }

    .step_06 .wrap{ padding-top: 120px; }
    .step_06 .btn{ width: 50px; height: 50px; font-size: 22px; }
    .step_06 .slidewrap .cusw{  padding: 150px 10px; padding-left: 0; margin-top: -150px; }
    .step_06 .slidewrap .cusw .inn .abs{ top: calc(100% + 20px); }
    .step_06 .slidewrap .cusw .inn .abs > p{ margin-top: 15px; font-size: 16px; }

    .step_06 .thumb .icon.external{ padding: 10px 20px; font-size: 14px; }
    .step_06 .slidewrap .cusw .inn .abs > ol{ font-size: 14px; }

    .step_06 .recommCont{ padding-top: 60px; }

}

@media screen and (max-width: 820px){
    .step_06 .yellow,
    .step_06 .obj > div{ zoom: 0.6; }

    .step_06 .obj > .blue{ right: -8%; }
    .step_06 .obj > .pink{ left: -6%; }

    .step_06 .btn{ width: 40px; height: 40px; font-size: 18px; }

    .step_06 .tit{ font-size: 35px; margin-bottom: 20px; }
    .step_06 .curation .tit{ font-size: 26px; margin-bottom: 15px; }
    .step_06 .slidewrap{ padding: 0 50px; }
    .step_06 .slidewrap .cusw{ padding: 120px 10px; padding-left: 0; margin-top: -120px; }
    .step_06 .thumb .icon{ opacity: 1; }

    .step_06 .recommCont{ padding-top: 40px; }
    .step_06 .recommCont .recomList .note{ display: block; }
    /* .step_06 .recommCont .recomList > ul{ overflow: auto; width: 100%; padding-right: 15px; padding-bottom: 15px; box-sizing: border-box; margin-top: 10px; } */
    .step_06 .recommCont .recomList > ul{ width: 100%; flex-direction: column; gap: 20px 0; max-width: 300px; margin: 0 auto; justify-content: center; align-items: center; }
    .step_06 .recommCont .recomList > ul::-webkit-scrollbar{ width: 5px; background-color: #a7a7a7; height: 5px; }
    .step_06 .recommCont .recomList > ul::-webkit-scrollbar-thumb{ border-radius: 10px; background-color: #282828; }
    /* .step_06 .recommCont .recomList > ul li{ width: 300px; flex-shrink: 0; } */
    .step_06 .recommCont .recomList > ul li{ width: 100%; }
}

@media screen and (max-width: 500px){
    .step_06 .wrap{ padding-bottom: 100px; }

    .step_06 .yellow,
    .step_06 .obj > div{ zoom: 0.4; }
    

    .step_06 .obj > .blue{ right: -5%;  top: 30%; }
    .step_06 .obj > .pink{ left: -5%; }
    .step_06 .yellow{ z-index: 0; }
    .step_06 .obj > .dot._1{ top: 35%; }

    .step_06 .btn{ width: 35px; height: 35px; font-size: 14px; }

    .step_06 .tit{ font-size: 26px; margin-bottom: 15px; }
    .step_06 .curation .tit{ font-size: 20px; margin-bottom: 10px; }

    .step_06 .slidewrap{ padding-right: 28px; padding-left: 32px; }
    .step_06 .slidewrap .cusw .inn .abs > ol{ font-size: 12px; }
    .step_06 .slidewrap .cusw .inn .abs > p{ font-size: 14px; margin-top: 10px; }
    .step_06 .thumb{ box-shadow: 5px 5px 0 #000; }
    .step_06 .thumb .icon.external{ font-size: 16px; padding: 13px; }
    .step_06 .thumb .icon.external span{ display: none; }

    .step_06 .btnFlex{ margin-top: 35px; gap: 5px; }
    .step_06 .btnFlex .btnwrap.sm{ margin-top: 0; }
}


