@charset "utf-8";

#guide {
    display: flex;
    flex-direction: column;
    gap: 80px;
}
#guide .big_dot_point::before {
    border-color: #6A80D7;
}
#guide .text_box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#guide .text_box p {
    font-size: 1.11rem;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.6px;
}
#guide .text_box .note {
    color: #C82424;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 162%;
}
#guide .guide_down {
    display: block;
    width: 100%;
    max-width: 265px;
    margin-top: 30px;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 1.11rem;
    font-weight: 600;
    border: 1px solid #1A9BDF;
    border-radius: 15px;
    background-color: #1A9BDF;
}
#guide .guide_down:hover {
    color: #1A9BDF;
    background-color: #fff;
}

#guide.business .business_call {
    background-color: #F3F6FF;
}

#guide .text_box p.guide_weight_bold {
    font-weight: 600;
    line-height: 140%;
}

#guide .text_box_inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

#guide .text_box_inner .cont_item_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    padding: 20px;
    border-radius: 999px;
    background: #F2F2F2;
}

@media(max-width:1440px) {}
@media(max-width:1200px) {}
@media(max-width:1024px) {}
@media(max-width:991px) {}
@media(max-width:768px) {}
@media(max-width:640px) {}
@media(max-width:480px) {}