
.merit_sec,
.chat_sec,
.progress_sec {
    padding-bottom: var(--sec-gap);
}
.sec_header.title_ani {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sec_title {
    font-size: var(--ft60);
    font-weight: var(--semi-bold);
    text-align: center;
    opacity: 0;
} 
.con_title {
    font-size: var(--ft28);
}
.con_desc {
    font-size: var(--ft18);
    line-height: 1.5;
}
/* -- main -- */
.main_sec {
    width: 100%;
    position: relative;
}
.main_sec .bg_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.main_sec .bg_img img {
    scale: 1.2;
}
.main_sec .bg_img .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
}
.main_sec .inner {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.main_content {
    width: 100%;
    height: 100%;
    transform-origin: 50% 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    overflow: hidden;
    transform: translateZ(0);
}
.main_title {
    line-height: 1.3;
    font-weight: var(--normal);
    font-size: 4vw;
    text-align: center;
    margin-top: -220px;
    color: white;
    display: flex;
    flex-direction: column;
}

.main_title span,
.main_title b {
    color: inherit;
}
.main_title span {
    opacity: 0;
    transform: translateY(50px);
}
.main_title.primary {
    color: var(--primary);
}
.main_title.white {
    color: var(--white);
}
.main_content .sec_desc {
    max-width: 660px;
    width: 100%;
    font-size: var(--ft20);
    font-weight: var(--normal);
    color: var(--white);
    text-align: inherit;
    margin-top: 40px;
    text-align: center;
    margin: 40px auto 0;
    line-height: 1.4;
    opacity: 0;
}
.main_content .sec_desc span {
    color: inherit;
}
.text_split_ani span {
    opacity: 0.3;
}


/* -- slider_sec--*/
.slider_sec {
    /* background-color: var(--gray-500); */
    width: 100vw;
    height: 100vh;
    opacity: 0;
}
.img_slider {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 150px;
    pointer-events: none;
  }
  .img_slider .col {
    display: flex;
    flex-direction: column;
    gap: 150px;
    justify-content: center;
  }
  
  .img_slider .img {
    position: absolute;
    width: 400px;
    aspect-ratio: 1 / 1;
    border-radius: var(--border-radius);
    overflow: hidden;
    transform-origin: center center;
    filter: brightness(0.7);
    opacity: 0;
  }
  
.slider_sec .sec_content {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider_sec .text {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.slider_sec .sec_title {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    opacity: 0;
}


/* -- merit_sec -- */
.merit_sec {
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
}
.merit_sec .float_bg {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4;
}
.petal {
    width: 60px;
    height: 60px;
    aspect-ratio: 1;
    /* height: fit-content; */
    opacity: 0.8;
    will-change: transform;
    position: absolute;
  }
  .petal:nth-child(1) {
    top: 9.25%;
    left: 17.7%;
  }
  .petal:nth-child(2) {
    top: 51.11%;
    left: 6.875%;
  }
  .petal:nth-child(3) {
    top: 87.13%;
left: 30.37%;
  }
  .petal:nth-child(4) {
    top: 33.8%;
left: 34.74%;
  }
  .petal:nth-child(5) {
    top: 12.85%;
    left: 76%;
  }
  .petal:nth-child(6) {
    top: 46.85%;
left: 91.77%;
  }
  .petal:nth-child(7) {
    top: 73.33%;
left: 82.18%; 
  }
.merit_sec .sec_content {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: calc(100vh * 4);
    margin-top: -50vh;
}
.merit_sec .merit_pin_con {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.merit_list {
    max-width: 1480px;
    width: 80%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: absolute;
    left: 50%;
    gap: 20px;
}
.merit_list li {
    width: 100%;
    aspect-ratio: 1;
    border-radius: var(--border-radius);
    background-color: var(--bg-light);
    padding: 36px 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    opacity: 0;
}
.merit_list li .con_title .point_ft {
    color: var(--primary);
    font-size: var(--ft32);
    margin-bottom: 14px;
}
.merit_list li .con_title h3 {
    font-size: var(--ft28);
    margin-bottom: 30px;
}
.merit_list li .con_desc {
    color: var(--sub-ft);
}
.merit_list li .icon {
    width: 130px;
    height: 130px;
    margin-left: auto;
    margin-top: 40px;
}

.merit_list li:hover {
    background-color: var(--primary);
}
.merit_list li:hover .con_title .point_ft,
.merit_list li:hover .con_title h3 {
    color: var(--white);
}
.merit_list li:hover .con_desc {
    color: var(--gray-200);
    font-weight: var(--normal);
}


/* -- chat_sec -- */
.chat_sec {
    width: 100%;
    min-height: 100vh;
}
.chat_sec .sec_content {
    position: relative;
    width: 100%;
    height: calc(50vh * 6);
    margin-top: -50vh;
}
.chat_sec .chat_pin_con {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chat_bg {
    /* position: absolute; */
    height: 85vh;
    aspect-ratio: 9 / 16;
    background: #edecec;
    border-radius: calc(var(--border-radius) * 3);
    box-shadow: inset 0 0 0 10px var(--gray-100);
    display: flex;
    align-items: start;
    justify-content: center;
}
.chat_bg::before {
    content: '';
    display: block;
    width: 20%;
    height: 20px;
    border-radius: 9999px;
    background: var(--gray-100);
    position: absolute;
    top: 20px;
}
.chat_box {
    max-width: 100%;
    max-height: 90vh;
    aspect-ratio: 5.3 / 7;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    padding: 20px;
}
.chat_msg_box {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.chat_msg_box .profile_box {
    display: flex;
    align-items: center;
    gap: 10px;
}
.chat_msg_box .profile {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    filter: drop-shadow(2px 16px 10px #0002);
    will-change: transform;
    
}

.chat_bubble {    
    width: fit-content;
    filter: drop-shadow(2px 16px 10px #0002);
    height: 100%
}
.chat_bubble.user {
    margin-left: auto;
}


/* .chat_msg_box .name {
    font-size: var(--ft13);
}
.chat_bubble {
    font-size: var(--ft16);
    border-radius: var(--border-radius);
    padding: 16px 20px;
    max-width: 80%;
    width: fit-content;
    box-shadow: var(--box-shadow);
}
.chat_bubble.user {
    background-color: var(--accent_pink);
    border-top-right-radius: 4px;
    margin-left: auto;
}
.chat_bubble.system {
    background-color: var(--white);
    border-top-left-radius: 4px;
    border: 1px solid var(--light-line);    
}
.chat_bubble.user .msg_text {
    color: var(--white);
    font-weight: var(--normal);
}
.chat_bubble.system .msg_text {
    color: var(--sub-ft);
} */


/* -- progress_sec -- */
.progress_sec {
    width: 100%;
    min-height: 100vh;
}
.page.primary .progress_sec .sec_title {
    color: var(--white);
}
.progress_sec .sec_content {
    position: relative;
    width: 100%;
    /* height: calc(80vh * 6); */
    margin-top: -50vh;
}
.progress_sec .progress_pin_con {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress_sec .con_box {
    max-width: 800px;
    max-height: 800px;
    width: 100vh;
    aspect-ratio: 1;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.circle_out,
.circle_inner,
.progress_box {
    position: absolute;
    display: flex;
    justify-content: center;
}
.circle_out {
    width: 100%;
    height: 100%;
    will-change: transform;
    transform: translate3d(0,0,0);
    animation: spin 5s linear infinite;
    animation-play-state: paused;
}
.circle_out.active {
    animation-play-state: running;
}
@keyframes spin {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
.circle_out::before {
    content: '';
    display: block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border: 10px solid white;
    background-color: var(--primary);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-27%, -50%);
}
.circle_inner {
    width: 80%;
    height: 80% ;
    transform: rotate(-90deg);
}
.circle_inner svg {
    overflow: visible;
    width: 100%;
    height: 100%;
}
.draw-circle {
    stroke: #fff8;
    /* stroke: var(--primary); */
}
.progress_box {
    max-width: 600px;
    max-height: 600px;
    width: 70%;
    height: 70%;
    aspect-ratio: 1;
}
.progress_box .step.mo_only {
    display: none;
} 
.progress_box .step.pc_only {
    display: flex;
    align-items: flex-start;
    position: absolute;
    top: 0;
}
.progress_box .step .num_view {
    height: calc(var(--ft96) * 1.2);
    overflow: hidden;
}
.progress_box .step span {
    color: white;
    font-size: var(--ft96);
    font-weight: var(--semi-bold);
    opacity: 0.9;
}
.progress_box .step .move_num {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: .3s ease;
}
.progress_item_list li {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    appearance: none;
    opacity: 0;
    padding: 60px 30px 40px;
}
.progress_item_list .icon {
    max-width: 250px;
    width: 45%;
    aspect-ratio: 1; 
    margin-bottom: 20px;
}
.progress_item_list .con_title {
    color: white;
    margin-bottom: 24px;
    text-align: center;
}
.progress_item_list .con_title,
.progress_item_list .con_desc {
    width: 70%;
}
.progress_item_list .con_desc {
    color: white;
    text-align: center;
    font-weight: var(--normal);
}




/* -- go_shopping_sec -- */
.go_shopping_sec {
    width: 100%;
    height: 100vh;
    
    position: relative;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}
.go_shopping_sec .bg_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.go_shopping_sec .bg_img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    scale: 1.2;
}
.go_shopping_sec .bg_img .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
}
.go_shopping_sec .inner {
    position: relative;
    z-index: 2;
}
.go_shopping_sec .sec_title {
    color: white;
    margin-bottom: 50px;
    opacity: 1 !important;
}
.go_shopping_sec .con_desc {
    color: var(--gray-100);
    font-weight: var(--normal);
    margin-bottom: 60px;
    text-align: center;
}
.go_shopping_sec .sec_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.swip_btn_box {
    width: 300px;
    height: 60px;
}
.swip_btn_track {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.25);
    position: relative;

}
.swip_btn_box .btn_handle {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 50%;
    filter: drop-shadow(4px 4px 4px rgb(0, 0, 0, 0.25));
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    padding: 0;
    will-change: transform;
}
.swip_btn_box .btn_handle::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: var(--primary);
    mask: url('/images/icons/arrow-right.svg') no-repeat center / 24px 24px;
    -webkit-mask: url('/images/icons/arrow-right.svg') no-repeat center / 24px 24px;
}
.swip_btn_box p {
    background: linear-gradient(to right, white, #fff5, white) repeat;
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-weight: var(--semi-bold);
    font-size: var(--ft20);
    transition: background-position 0.5s ease;
    animation: gradientmove 2s infinite linear ;
}

@keyframes gradientmove {
    0% {
        background-position: 0% center;
    }
    100% {
        background-position: -200% center;
    }
}

@media all and (max-height: 830px) {
  .chat_box {
    scale: 0.9;
  }
}
/* @media (hover: none) and (pointer:coarse) {
    .progress_sec .progress_pin_con,
    .chat_sec .chat_pin_con {
        width: 100dvh;
        height: 100dvh;
    }
    .chat_bg {
        max-height: 90dvh;
    }
    
    .progress_sec .con_box {
        height: 90dvh;
    }
} */

@media all and (max-width: 1600px) {
    .merit_list {
        width: 80%;
        padding: unset;
    }
    .merit_list li {
        aspect-ratio: unset;
    }
    .merit_list li .icon {
        width: 100px;
        height: 100px;
    }
}
@media all and (max-width: 1200px) {
    .merit_list {
        width: 80%;
        padding: unset;
    }
     /* merit */
     
    .merit_list li {
        opacity: 1;
    }
    
}
@media all and (max-width: 900px){
    .sec_title {
        font-size: var(--ft44);
    }
    .sec_header.title_ani {
        height: auto;
        margin-bottom: 60px;
    }
    /* .progress_sec .sec_header.title_ani {
        padding-top: var(--section-padding);
    }
   */
    /* main */
    .main_title {
        font-size: var(--ft48);
    }
    .main .inner {
        padding: 0 20px;
        height: 100vh;
    }
    .main_content .sec_desc {
        font-size: var(--ft18);
    }
    .merit_list {
        grid-template-columns: 1fr;
        position: static;
        padding: 0 20px;
        width: 100%;
    }
    .merit_sec .merit_pin_con {
        height: auto;
    }
    /* merit */
    .merit_sec {
        padding-top: var(--sec-gap);
        overflow: visible;
    }
    .petal {
        width: 40px;
        height: 40px;
    }
    .merit_list .text {
        width: 60%;
    }
    /* chat */
 
    .merit_sec .sec_content,
    .chat_sec .sec_content,
    .progress_sec .sec_content {
        height: auto;
        margin-top: 0;
    }
    /* progress */
    /* .progress_sec .sec_header {
        margin-top: 150px;
    } */
    .draw-circle {
        stroke-width: 30px;
    }
    .circle_out::before {
        border-width: 6px;
        width: 20px;
        height: 20px;
    }
    .chat_sec .chat_pin_con,
    .progress_sec .progress_pin_con {
        height: auto;
        transform-origin: 50% 0%;
    }
    .merit_sec,
    .chat_sec,
    .progress_sec {
        padding-bottom: 0;
        padding: var(--section-padding) 0;
    }
    .progress_sec {
        min-height: auto;
    }
    /* //// */
    .progress_sec  {
        background: var(--primary);
        padding: var(--sec-gap) 0;
    }
    .progress_sec .sec_title {
        color: white;
    }
    .progress_sec .progress_pin_con {
        scale: 1;
    }
    .progress_box {
        width: fit-content;
        height: auto;
        position: static;
        max-height: unset;
        aspect-ratio: unset;
    }
    
    .circle_out,
    .circle_inner {
        display: none;
    }
    .progress_sec .con_box {
        max-height: unset;
        aspect-ratio: unset;
    }
    .progress_item_list {
        width: fit-content;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
         padding: 0 20px;
    }
    .progress_item_list li {
        position: static;
        /* padding: 30px; */
        padding: 40px;
        border-radius: var(--border-radius);
        border: 1px dashed #fff5;
        aspect-ratio: 1;
        border-radius: 50%;
        position: relative;
    }
    .progress_item_list li .icon {
        max-width: 150px;
        width: 43%;
        margin-bottom: 24px;
    }
    
    .progress_item_list .con_title {
        /* font-size: var(--ft24); */
        font-size: var(--ft28);
        margin-bottom: 10px;
    }
    .progress_item_list .con_desc {
        font-size: var(--ft20);
        /*  */
    }
    .progress_sec .step.mo_only {
        display: block;
        color: white;
        font-size: var(--ft28);
        font-weight: var(--bold);
    }
    .progress_sec .step.pc_only {
        display: none;
    }
    
}
@media all and (max-width: 800px){
    /* progress */
    /* .progress_item_list .icon {
        width: 40%;
    }
    .progress_box .step span {
        font-size: var(--ft56);
    }
    .progress_box .step .num_view {
        height: calc(var(--ft56) * 1.2);
    }
    .circle_inner {
        --progress-circle-inner-r: 270px;
    }
    .progress_sec .progress_pin_con {
        padding: 0 40px;
    }
    .progress_item_list .con_title {
        font-size: var(--ft24);
    }
    .progress_item_list .con_title {
        margin-bottom: 14px;
    } */
}
/* @media all and (max-width: 700px) {
    .circle_inner {
        --progress-circle-inner-r: 230px;
    }
} */
@media all and (max-width: 600px){
    .sec_title {
        font-size: var(--ft28);
        padding: 0 20px;
    }
    .merit_list li .con_title h3 {
        font-size: var(--ft24);
    }
    .merit_list li .con_title h3 br {
        display: none;
    }
    /* main */
    .main_title {
        font-size: var(--ft32);
    }
    .main_content .sec_desc {
        font-size: var(--ft16);
    }
    /* chat */
    .chat_bubble .msg_text {
        font-size: var(--ft16);
    }
    /* merit */
    .petal {
        width: 26px;
        height: 26px;
    }
    .merit_list .text {
        width: 100%;
    }


    /* progress */
    /* .circle_inner {
        --progress-circle-inner-r: 200px;
    }
    .progress_sec .progress_pin_con {
        padding: 0 20px;
    }
    .progress_item_list .icon {
        width: 30%;
    }
    .progress_item_list .con_desc {
        font-size: var(--ft16);
    }
    .draw-circle {
        stroke-width: 20px;
    }
    .circle_out::before {
        border-width: 4px;
        width: 12px;
        height: 12px;
    }
    .progress_box {
        width: 60%;
        height: 60%;
    } */

    .progress_item_list li {
        padding: 24px;
    }
    
    .progress_item_list .con_title {
        font-size: var(--ft20);
    }
    .progress_item_list .con_desc {
        font-size: var(--ft16);
    }

    /* go_shopping */
    .go_shopping_sec .sec_title {
        margin-bottom: 30px;
    }
    
}   
@media all and (max-width: 499px) {
    /* chat */
    .chat_bg {
        width: 90%;
        height: auto;
    }
    /* progress */
    .progress_item_list li .icon {
        margin-bottom: 0;
    }
    /* goshopping */
    .go_shopping_sec .con_desc br {
        display: none;
    }
    
}