p {
    word-break: keep-all;
}

.faq_section {
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 20%, #f4f4fe 45%, #f4f4fe 100%);
    background-position: bottom;
    background-repeat: no-repeat;
}

.faq_iner {
    padding-top: 13vw;
}

.under_line {
    text-decoration: underline;
    text-underline-offset: 20%;
}

.lead_txt {
    font-size: 3.937vw;
    font-weight: 800;
    letter-spacing: -0.2vw;
    font-family: "Poppins";
}

.lead_sub_txt {
    font-size: 1.785vw;
    font-weight: 700;
}

.label_txt {
    font-size: 1.155vw;
    font-weight: 800;
    font-family: "Poppins";
}

.pd_left_240 {
    padding-left: 12.598vw;
}

.faq_t1 {
    margin-bottom: 0.2vw;
}

.box_wd {
    width: 81.89vw;
}

.faq_box {
    height: 26.667vw;
    border-radius: 3.15vw;
    background-color: #e9e9ff;

    margin-top: 3.7vw;
    margin-bottom: 4.724vw;
}

.faq_robot_video {
    width: 24.462vw;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;


    box-shadow: 0 0 1.6vw 0.5vw rgb(165, 166, 239, 0.4);
}


.bubble {
    position: absolute;
    background: #111;
    color: #fff;
    padding: 1vw 1.8vw;
    border-radius: 1.9vw;
    font-size: 0.9vw;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.04vw;
    white-space: nowrap;
    box-shadow: 0 0.8vw 0.8vw rgba(0, 0, 0, 0.2);
    z-index: 2;

    opacity: 0;
    transform: translateY(30%);
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}

.bubble.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.bubble.is-leaving {
    opacity: 0;
    transform: translateY(-30%);
}

@keyframes bubble_icon_wobble {
    0%, 100% { transform: rotate(0); }
    16%      { transform: rotate(-12deg); }
    33%      { transform: rotate(12deg); }
    50%      { transform: rotate(-8deg); }
    66%      { transform: rotate(8deg); }
    83%      { transform: rotate(-4deg); }
}

.bubble.is-visible .bubble_icon {
    animation: bubble_icon_wobble 0.9s ease-in-out;
}

.bubble.left_tail {
    border-bottom-left-radius: 0.3vw;
}

.bubble.right_tail {
    border-bottom-right-radius: 0.3vw;
    text-align: right;
}

.bubble.bb_l1 {
    top: 19.6%;
    left: 13.4%;
}

.bubble.bb_l2 {
    top: 57%;
    left: 16.4%;
}

.bubble.bb_r1 {
    top: 13%;
    right: 11.9%;
}

.bubble.bb_r2 {
    top: 42%;
    right: 12.5%;
}

.bubble.bb_r3 {
    top: 71%;
    right: 15.5%;
}

.arrow_01 {
    width: 1.47vw;
    aspect-ratio: 28 / 79;
}

.arrow_02 {
    width: 0.84vw;
    aspect-ratio: 16 / 44;
}

@keyframes ddm_y {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-6%); }
}

.ddm_y {
    animation: ddm_y 2s ease-in-out infinite;
}

.help_t1 {
    margin-top: 2.1vw;
}

.help_t2 {
    font-size: 1.26vw;
    font-weight: 600;
    line-height: 1.5;

    margin-top: 1.5vw;
    margin-bottom: 3vw;
}


.search_box {
    display: flex;
    align-items: center;
    gap: 0.5vw;
    position: relative;

    margin-bottom: 1.837vw;
}

.search_icon {
    position: absolute;
    left: 1.3vw;
    background: #e7e7ff;
    border-radius: 50%;
    width: 2.14vw;
    aspect-ratio: 1;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_input {
    width: 40.157vw;
    border-radius: 999pc;
    padding: 1vw 1.3vw;
    padding-left: 4.3vw;
    font-size: 0.8vw;
    outline: none;
    font-family: inherit;
    transition: border-color 0.15s;
    cursor: text;
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0px 0.2vw 0.3vw 0.1vw rgba(0, 0, 0, 0.05);
}

.search_input:focus {
    border-color: #3134ca;
}

.search_btn {
    width: 3vw;
    height: 3vw;
    border-radius: 50%;
    background: #3134ca;
    color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
    flex-shrink: 0;
}

.search_btn:hover {
    background: #272aa8;
}

.search_btn img {
    width: 44%;
}

.help_box {
    border-radius: 1.575vw;
    position: relative;
    min-height: 4.199vw;
    background-color: #ffffff;
    box-shadow: 0px 0.2vw 0.3vw 0.1vw rgba(0, 0, 0, 0.05);
}

.help_faq_number {
    font-size: 0.945vw;
    font-weight: 700;
    color: #3235cd;
    font-family: "Poppins";

    flex-shrink: 0;
    width: 7vw;
}


.help_content {
    gap: 0.525vw;
    margin-bottom: 11.024vw;
}

.help_box_head {
    display: flex;
    align-items: center;
    padding: 1.5vw 3vw 1.5vw 6.5vw;
    cursor: pointer;
    width: 100%;
    min-height: 4.199vw;
    box-sizing: border-box;
    gap: 1.5vw;
}

.help_detail {
    flex: 1;
    font-size: 1.05vw;
    font-weight: 700;
    color: #111;
}

.help_arrow {
    position: absolute;
    top: -1vw;
}

.help_box_body {
    padding: 0 14vw 2vw 14.9vw;
    font-size: 0.84vw;
    font-weight: 500;
    color: #666;
    line-height: 1.6;
}

.help_arrow_wrap {
    width: 2.362vw;
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #e9e9f2;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.5s;
}

.help_box.is-open .help_arrow_wrap {
    transform: rotate(180deg);
}

.help_no_result {
    width: 81.89vw;
    padding: 4vw 0;
    text-align: center;
    font-size: 1.05vw;
    font-weight: 500;
    color: #999;
}

.bubble_icon {
    position: absolute;
}

.bubble_icon.item1 {
    width: 3.3854vw;
    aspect-ratio: 65 / 70;
    left: 1.8vw;
    bottom: -1.8vw;
}

.bubble_icon.item2 {
    width: 3.3333vw;
    aspect-ratio: 64 / 69;
    left: 1.8vw;
    bottom: -1.8vw;
}

.bubble_icon.item3 {
    width: 4.1146vw;
    aspect-ratio: 79 / 87;
    right: 1.6vw;
    bottom: -3.3vw;
}

.bubble_icon.item4 {
    width: 4.0104vw;
    aspect-ratio: 77 / 83;
    right: -2.9vw;
    bottom: -0.4vw;
}

.bubble_icon.item5 {
    width: 3.0729vw;
    aspect-ratio: 59 / 77;
    bottom: 1.5vw;
    left: -1.4vw;
}


@media screen and (max-width: 599px) {
    .faq_section {
        background: linear-gradient(180deg, #ffffff 0%, #ffffff 8%, #f4f4fe 22%, #f4f4fe 100%);
    }

    .faq_iner {
        padding-top: 25vw;
    }

    .pd_left_240 {
        padding-left: 0;
    }

    .box_wd {
        width: 95vw;
    }

    .faq_twrap {
        text-align: center;
        align-items: center;
    }

    .lead_txt {
        font-size: 11vw;
    }

    .lead_sub_txt {
        font-size: 5vw;
    }

    .faq_box {
        height: auto;
        aspect-ratio: auto;
        border-radius: 6vw;
        padding: 10vw;
        padding-top: 15vw;
        background: none;

        margin-top: 0;
        margin-bottom: 20vw;
        overflow: visible;
    }

    .faq_box_iner {
        flex-direction: column;
        gap: 4vw;
    }

    .faq_robot_video {
        width: 40vw;
        box-shadow: 0 0 5vw 5vw rgb(165, 166, 239, 0.3);
    }

    .bubble {
        position: absolute;
        top: auto;
        left: auto;
        right: auto;
        align-self: stretch;
        max-width: 78vw;
        font-size: 3.3vw;
        padding: 2.5vw 3.5vw;
        border-radius: 4vw;
        line-height: 1.4;
        white-space: normal;
    }

    .bubble.right_tail {
        align-self: flex-start;
        text-align: left;
        border-bottom-right-radius: 1vw;
    }

    .bubble.left_tail {
        align-self: flex-end;
        text-align: left;
        border-bottom-left-radius: 1vw;
    }

    .bubble.bb_l1,
    .bubble.bb_l2,
    .bubble.bb_r1,
    .bubble.bb_r2,
    .bubble.bb_r3 {
        top: 48vw;
        left: auto;
        right: auto;
    }

    .bubble_icon.item1 {
        width: 11vw;
        top: -6vw;
        left: -5vw;
        right: auto;
        bottom: auto;
    }

    .bubble_icon.item2 {
        width: 11vw;
        top: -6vw;
        left: -5vw;
        right: auto;
        bottom: auto;
    }

    .bubble_icon.item3 {
        width: 13vw;
        top: -10vw;
        right: -2vw;
        left: auto;
        bottom: auto;
    }

    .bubble_icon.item4 {
        width: 13vw;
        top: -7vw;
        right: -5vw;
        left: auto;
        bottom: auto;
    }

    .bubble_icon.item5 {
        width: 10vw;
        top: -8vw;
        right: -4vw;
        left: auto;
        bottom: auto;
    }

    .arrow_01 {
        width: 5vw;
    }

    .arrow_02 {
        width: 3vw;
    }

    .label_txt {
        font-size: 7.1vw;
    }

    .help_t1 {
        margin-top: 8vw;
    }

    .help_t2 {
        font-size: 4.7vw;
        margin-top: 4vw;
        margin-bottom: 8vw;
    }

    .search_box {
        width: 95vw;
        gap: 2vw;
        margin-bottom: 5vw;
    }

    .search_input {
        flex: 1;
        min-width: 0;
        padding: 3vw 4vw 3vw 14vw;
        font-size: 3.3vw;

        box-shadow: 0px 1.2vw 0.7vw 0vw rgba(0, 0, 0, 0.05);
    }

    .search_icon {
        width: 8vw;
        left: 3vw;
    }

    .search_btn {
        width: 10vw;
        height: 10vw;
    }

    .help_box {
        min-height: auto;
        border-radius: 4vw;
        box-shadow: 0px 1.2vw 0.7vw 0vw rgba(0, 0, 0, 0.05);
    }

    .help_box_head {
        flex-wrap: wrap;
        align-items: flex-start;
        padding: 5vw 4vw 5vw 5vw;
        gap: 1.2vw;
        min-height: 18vw;
    }

    .help_faq_number {
        font-size: 3.5vw;
        width: 100%;
    }

    .help_detail {
        font-size: 3.8vw;
        line-height: 1.5;
    }

    .help_arrow_wrap {
        display: none;
    }

    .help_box_head::after {
        content: '';
        position: absolute;
        top: 5vw;
        right: 5vw;
        width: 2vw;
        height: 2vw;
        border-right: 0.5vw solid #999;
        border-bottom: 0.5vw solid #999;
        transform: rotate(45deg);
        transition: transform 0.3s;
        pointer-events: none;
    }

    .help_box.is-open .help_box_head::after {
        transform: rotate(-135deg);
    }

    .help_box_body {
        padding: 0 5vw 5vw 5vw;
        font-size: 3.5vw;
        line-height: 1.7;
    }

    .help_box_body br {
        display: none;
    }

    .help_content {
        gap: 3vw;
        margin-bottom: 15vw;
    }

    .help_no_result {
        width: 95vw;
        font-size: 3.5vw;
    }

    .faq_box>.bg_img {
        display: none;
    }
}